阻止事件冒泡 js

 

function clickT(e){

   //阻止冒泡

  event.stopPropagation();
  //layui.stope(e);   //layui方法

}

posted @ 2020-06-12 18:03  夏目-D  阅读(486)  评论(0编辑  收藏  举报