JS - 使 input 失去焦点

$(document).ready(function(){
$("body").click(function(){
if(!event.srcElement.type)
{
     $("input").blur();
}
})
})
posted @ 2019-07-26 16:34  武卡卡  阅读(3983)  评论(0编辑  收藏  举报