focus事件千万不要有alert方法,不然在有些浏览器会进入死循环的。例如:$('#test').focus(function(){ alert('dead loop'); }); 在chrome下运行将会进入死循环。