摘要:
在jquery中,可以使用用stopPropagation阻止事件冒泡,例如:$("table").click(function(){ alert("table");});$("tr").click(function(){ alert("tr");});$("td").click(functio... 阅读全文
posted @ 2014-10-21 16:00
MyIce
阅读(1705)
评论(0)
推荐(0)
浙公网安备 33010602011771号