使用jQuery的连续字幕文本 [英] Continuous marquee text using jquery

查看:104
本文介绍了使用jQuery的连续字幕文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有列表项,并且列表项需要像使用jQuery一样被涂漆.

I am having the list items and the list items needs to be like marqueed using jQuery.

如何?

推荐答案

检查此内容: http: //wordcrowd.org/index.php?title=Rotating_marquee_with_jQuery_Cycle

jquery循环插件 http://malsup.com/jquery/cycle/

jquery cycle plugin http://malsup.com/jquery/cycle/

示例:

<script type="text/javascript">
  $(function() {
    $('#marquee').cycle({ 
      fx: 'fade', 
      pause: 1 
    });
  }); 
</script>

这篇关于使用jQuery的连续字幕文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆