摘要:
$(function(){$(document).bind("click",function(e){if($(e.target).closest("#txt").length>0){$("#tip").show();}else{$("#tip").hide();}}); });closest会首先... 阅读全文
posted @ 2014-07-28 15:48
lchecho
阅读(520)
评论(0)
推荐(0)