Chrome 中的 jQuery 股票行情插件错误

发布于 2024-11-29 22:04:47 字数 594 浏览 2 评论 0原文

在 www.islyamov.site90.net 上,我使用 Alex Fish 的 Ticker 插件 (http://alexfish.heroku.com/posts/21) 来对列表项进行动画处理。列表的样式使用 CSS 正确设置,您可以看到红色、黄色和蓝色气泡相互替换。

问题是,当 Chrome 第一次加载页面时,股票代码在黄色气泡上停止运行,但是当您刷新页面时,它会正常运行并显示所有三个带有文本的列表项。 那么,问题是什么以及如何解决它?

这是插件代码 http://plugins.jquery.com/files/ticker.js_1.txt 这是文档中的脚本

    $(document).ready(function(){
        $('#ticker').list_ticker({
                speed:2000,
                effect:'fade'
        })              
})

Here at www.islyamov.site90.net I use Alex Fish's Ticker plugin (http://alexfish.heroku.com/posts/21) to animate list items. List is styled properly with CSS, and you can see red, yellow and blue bubbles replacing one another.

The problem is, when Chrome loads the page first time, ticker stops functioning on yellow bubble, however when you refresh the page, it works properly and displays all three list items with text.
So, what is the problem and how to fix it?

Here is the Plugin code http://plugins.jquery.com/files/ticker.js_1.txt
Here is the script within document

    $(document).ready(function(){
        $('#ticker').list_ticker({
                speed:2000,
                effect:'fade'
        })              
})

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

月下凄凉 2024-12-06 22:04:47

尝试删除 run_once:false,看起来它导致了 chrome 中的错误,使用这对我有用:

https://gist。 github.com/1143861

Try removing run_once:false, looks like it's causing the bug in chrome, using this worked for me:

https://gist.github.com/1143861

花想c 2024-12-06 22:04:47

要旋转列表项,您还可以使用另一个 jQuery 插件 jQuery Web Ticker 它适用于所有浏览器。这使您可以扩展使用,特别是如果您有 WordPress 或其他已经捆绑了 jQuery 的 CMS,使您的下载足迹比其他替代品小得多。

To rotate list items you can also use another jQuery plugin the jQuery Web Ticker it works with all browsers. This enables you extended use especially if you have wordpress or another CMS which already bundles jQuery making your download footprint much smaller then alternatives.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文