Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちはみんな私はJQPLOTとJQRangerSliderに問題があります。両方を1ページで使おうとすると。そのうちの1つは機能しません。
JQRangeスライダーの後にJQPLOtのファイルを含めると、JQPLOTのみが機能します。
jQuery.noConflict();を使用できます。1つのプラグインがバージョン1.4.xで実行され、もう1つのプラグインが1.5.xで実行される場合があるためです。例:-
var j = jQuery.noConflict(); then replace the function($){} in your plugin file with function(j){}