标签:
function stopMP(e) { if (!e) { e = window.event; } e.cancelBubble = true; if (e.stopPropagation) { e.stopPropagation(); } }
冒泡事件
原文地址:http://www.cnblogs.com/sunhk/p/4614265.html