【发布时间】:2011-08-12 23:54:36
【问题描述】:
在 www.islyamov.site90.net,我使用 Alex Fish 的 Ticker 插件 (http://alexfish.heroku.com/posts/21) 为列表项设置动画。列表使用 CSS 正确设置样式,您可以看到红色、黄色和蓝色气泡相互替换。
问题是,当 Chrome 首次加载页面时,ticker 在黄色气泡上停止运行,但是当您刷新页面时,它可以正常工作并显示所有三个带有文本的列表项。 那么,问题是什么以及如何解决呢?
这是插件代码http://plugins.jquery.com/files/ticker.js_1.txt 这是文档中的脚本
$(document).ready(function(){
$('#ticker').list_ticker({
speed:2000,
effect:'fade'
})
})
【问题讨论】:
-
在 chrome 13 中体验没问题
-
我有 Chrome 13,但我仍然面临错误。
标签: jquery google-chrome ticker