摘要: //点击#aa下的.bb时候阻止冒泡失效 $('#aa').on('click','.bb',function(event){ console.log('aaa'); event.stopPropagation(); }); $('#aa').on('click',function(){ ... 阅读全文
posted @ 2019-07-04 20:27 l_strive 阅读(1005) 评论(0) 推荐(0) 编辑