1
我有自定义的jQuery:负载jQuery插件自定义的jQuery
jQueryCustom = jQuery.noConflict(true);
我有单独的文件插件:
(function (window, document, $, undefined) {
// ......
}(window, document, jQuery));
什么是通过我的jQueryCustom如jQuery来插件的最佳方法是什么?
我认为用插件编辑库文件并不是一个好主意。
P.S.我想加载自定义jQuery和插件,它制作成网页,已经可能有另一个版本,这个插件的另一个版本jQuery的..
我无法在noConflict模式下加载非自定义jQuery,因为它已经可能在页面上。 – DmitryR 2012-07-27 14:00:21