父容器点击影响子容器点击时间

Title

function box1(e){

alert('2222');

}

function box(e){

var ev=e || window.event;

alert('b');

ev.stopPropagation()

}

你可能感兴趣的:(父容器点击影响子容器点击时间)