1 var isFocus=$("#tRow").is(":focus"); 2 if(true==isFocus){ 3 alert("focus"); 4 }else{ 5 alert("blur"); 6 }
posted on 2014-01-05 09:30 iackjee 阅读(503) 评论(0) 编辑 收藏 举报