JQPLOT 和 JQRangeSlider 不能一起工作
大家好,我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 jQuery.noConflict();因为可能会出现这样一种情况:一个插件运行在 1.4.x 版本中,而另一个插件运行在 1.5.x 版本中。例子:-
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:-