我正在创建一个网页,并正在使用来自http://www.thepetedesign.com/demos/jquery_super_simple_text_rotator_demo.html的 Simple Text Rotator 插件,但我似乎无法显示所有 4 个元素。它似乎只选择了四个中的两个并在它们之间不断旋转。我正在处理的部分的源代码如下,网站是http://www.goaptitude.com
<h1 class="promo-heading animated" data-fx="pulse">Changing how a
<strong class="text-rotator-fade color-high">
<span class="rotate">Student, Teacher, Parent, World</span>
</strong>
learns
</h1>
<script src="javascripts/jquery.simple-text-rotator.js" ></script>
谢谢你的帮助,我真的很感激。