Tips:点此可运行HTML源码

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

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);

posted @ 2012-05-16 12:14  Zjmainstay  阅读(289)  评论(0编辑  收藏  举报