有没有一种简单的方法可以将 jQuery 与 Simile Timeplots 一起使用?

发布于 2024-07-24 10:03:31 字数 522 浏览 7 评论 0原文

我为作为 jQuery 插件实现的 Simile Timeplot 创建了一个加载程序。 这在 Firefox 中工作正常,但在 IE(8) 中无法正确加载。 timeplot api 加载时间线 api,后者又加载某个版本的 jQuery(可能是旧版本)。 时间线 jquery 参考使 IE 感到困惑,无法很好地显示图形。 如果我没有在 html 中引用最新版本的 jQuery,那么我的加载器将失败,因为时间线尚未加载或引用 jQuery。

似乎愿意更新使用现代 jQuery 的时间线/时间图,但与此同时,有人遇到这个问题并找到解决方法吗?

I created a loader for a Simile Timeplot that is implemented as a jQuery plugin. This works fine in Firefox but fails to load correctly in IE(8). The timeplot api loads the timeline api which in turn loads some version of jQuery (presumably an old version). The timeline jquery reference confuses IE and it is unable to display graphs nicely. If I do not reference a recent version of jQuery in my html then my loader fails because timeline has not yet been loaded or referenced jQuery.

There looks to be some willingness to update timeline/timeplot with a modern jQuery but in the meantime, has anyone run into this problem and found a workaround?

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

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

发布评论

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

评论(1

囍孤女 2024-07-31 10:03:31

好吧,这个问题帮助我赢得了风滚草徽章,最终我们的时间图开始工作了。 然而,今天我们完成了从 Timeplot 到 Flot 的迁移,我必须说,如果您想将 Timeplot 和 jQuery 结合起来,请不要这么做。 使用Flot,效果会更好。

Well, this question helped me earn my tumbleweed badge and eventually we got timeplot working. However, today we finished migrating from Timeplot to Flot and I gotta say, if you're trying to combine Timeplot and jQuery, DON'T. Use Flot, it just works much better.

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