JQPLOT 和 JQRangeSlider 不能一起工作

发布于 2024-11-08 21:13:12 字数 146 浏览 0 评论 0原文

大家好,我有 JQPLOT 和 JQRangerSlider 的问题。当我尝试在一个页面中使用它们时。其中之一不起作用。

我稍后包含的文件和之前的文件都不起作用..如果我在 JQRange Slider 之后包含 JQPLOt 文件,则只有 JQPLOT 有效。

Hello guys I have a issue with JQPLOT and JQRangerSlider . when I try to use both of them in a single page . one of it does not work.

which ever file I include later works and earlier does not work ..if I include files of JQPLOt after JQRange Slider only JQPLOT works.

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

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

发布评论

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

评论(1

夜夜流光相皎洁 2024-11-15 21:13:12

您可以使用 jQuery.noConflict();因为可能会出现这样一种情况:一个插件运行在 1.4.x 版本中,而另一个插件运行在 1.5.x 版本中。例子:-

var j = jQuery.noConflict();
then replace the function($){} in your plugin file with function(j){}

You could use jQuery.noConflict(); since it could be a case where one plugin runs in say version 1.4.x and the other runs in 1.5.x. Example:-

var j = jQuery.noConflict();
then replace the function($){} in your plugin file with function(j){}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文