摘要: $(function () { $('#test').blur(function () { var that = this; //或者用闭包 setTimeout(function () { $(that).focus(); },100); }); }); $('#test').blur(funct 阅读全文
posted @ 2016-05-19 15:10 MrZou 阅读(702) 评论(0) 推荐(0) 编辑