使用 jquery 连续选取框文本
我有列表项,并且列表项需要使用 jQuery 进行排序。
如何?
I am having the list items and the list items needs to be like marqueed using jQuery.
How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查这个:http://wordcrowd.org/index.php?title=Rotating_marquee_with_jQuery_Cycle
jquery 循环插件 http://malsup.com/jquery/cycle/
示例:
check this : http://wordcrowd.org/index.php?title=Rotating_marquee_with_jQuery_Cycle
jquery cycle plugin http://malsup.com/jquery/cycle/
Example :
在这里检查一下: http://jsfiddle.net/jithil89/BNBB6/
我有这个例子,其中文本连续滚动并且仅在将鼠标悬停在文本上时暂停。
代码 :
Here check this out: http://jsfiddle.net/jithil89/BNBB6/
I have this example, wherein the text is continuously scrolling and pauses only on hover over the text.
Code :