📄 p131ie_only_event_bubbling1.htm
字号:
<HTML><BODY>
<DIV ONCLICK="alert('OUTER'); return true;">
<DIV ONCLICK="alert('MIDDLE'); window.event.cancelBubble=true; return true;">
<DIV ONCLICK="alert('INNER'); window.event.cancelBubble=false; return true;">
Click Me
</DIV>
</DIV>
</DIV>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -