无限弹窗
function fad(action){ alert('1'); ht = setTimeout("fad()",30) } fad();
fad()能放在 $().ready() 里面,效果也一样