我需要在我的网站中使用 noconflict,但我认为有问题。这是我的代码:
calling... src="jquery-1.7.2.min.js"
var jQuery_1_7_2 = jQuery.noConflict(true);
(function($){
$(window).load(function () {
$("#content_1").mCustomScrollbar({
advanced:{
updateOnContentResize: true
},
scrollButtons: {
enable: true
}
});
});
})(jQuery_1_7_2);
我哪里错了?谢谢。