标签:log function ble div func code can cancel turn
1.
document.getElementById(‘test‘).onclick = function(e){ e.stopPropagation(); }
2.
document.getElementById(‘test‘).onclick=function(e){ e.cancelBubble = true; }
3.
document.getElementById(‘test‘).onclick=function(e){ return false; }
标签:log function ble div func code can cancel turn
原文地址:http://www.cnblogs.com/leiting/p/7705228.html