摘要:
插入如下函数解决兼容问题:
function mootool_jQuery_compatible(){
if(typeof(window.addEvent) == 'undefined') {
window.addEvent = function(a,b){
return jQuery(document).ready(b);
}
}
}
mootool_jQuery_compatible(); 阅读全文
posted @ 2012-05-16 12:14
Zjmainstay
阅读(298)
评论(0)
推荐(0)

浙公网安备 33010602011771号