标签:event 元素 ring ram 自己 asc 点击 params cli
给子元素绑定如下事件:
$(".elementI").click(function(event){
alert("elementI");
event.stopPropagation()
});
怎么做到点击子元素(子元素自己也绑定了事件)不触发父元素绑定的事件?
标签:event 元素 ring ram 自己 asc 点击 params cli
原文地址:http://www.cnblogs.com/yzadd/p/7278808.html