开发者

JQPLOT and JQRangeSlider not working together

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜