当前位置: 首页 > 工具软件 > MooTool > 使用案例 >

jQuery & Mootool 兼容解决方案(原创自Zjmainstay)

林泰平
2023-12-01

function mootool_jQuery_compatible(){
    if(typeof(window.addEvent) == 'undefined') {
        window.addEvent = function(a,b){
            return jQuery(document).ready(b);
        }
    }
}
mootool_jQuery_compatible();

(function($){
        window.addEvent('domready',function(){

    //

    });

})(jQuery);

转载于:https://www.cnblogs.com/Zjmainstay/archive/2012/05/16/jQuery_Mootool_compatible.html

 类似资料: