我的网站上有多个新贴纸
i want to add more 2 or 3 news ticker on my site with news ticker from http://thenewsticker.com.
how, to do it.
thanks. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
i want to add more 2 or 3 news ticker on my site with news ticker from http://thenewsticker.com.
how, to do it.
thanks. :)
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用 名为 webTicker 的 jquery 插件;每页可以有多个旋转的代码;您所要做的就是创建如下所示的列表
,然后为每个列表执行 jquery 初始化。请注意,每个列表都需要一个单独的 ID,因为重复的 ID 将是无效语法。
You can use a jquery plugin called webTicker; you can have multiple rotating tickers per page; all you have to do is create lists like the following
and then do a jquery initialize for each of the lists. Note each list would require a separate id as duplicate ids will be invalid syntax.