开发者

JQPLOT and JQRangeSlider not working together

开发者 https://www.devze.com 2023-03-07 12:36 出处:网络
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.

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 JQPL开发者_Python百科Ot after JQRange Slider only JQPLOT works.


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){}
0

精彩评论

暂无评论...
验证码 换一张
取 消