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

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2021-05-23
  • 2021-05-01
  • 2021-08-15
  • 2021-11-01
  • 2021-10-17
猜你喜欢
  • 2021-11-28
  • 2018-12-29
  • 2021-12-02
  • 2021-08-19
  • 2022-01-17
  • 2021-09-07
  • 2021-11-19
相关资源
相似解决方案