国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > JS > 正文

阻止JavaScript事件冒泡傳遞(cancelBubble 、stopPropagation)

2024-09-06 12:42:28
字體:
來源:轉載
供稿:網友
cancelBubble在IE下有效
stopPropagation在Firefox下有效
代碼如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312"> 
<head> 
<title> 阻止JavaScript事件冒泡傳遞(cancelBubble 、stopPropagation)</title> 
<meta name="keywords" content="JavaScript,事件冒泡,cancelBubble,stopPropagation" /> 
<script type="text/javascript"> 
function doSomething (obj,evt) { 
 alert(obj.id); 
 var e=(evt)?evt:window.event; 
 if (window.event) { 
 e.cancelBubble=true; 
 } else { 
 //e.preventDefault(); 
 e.stopPropagation(); 
 } 

</script> 
</head> 
<body> 
<div id="parent1" onclick="alert(this.id)" style="width:250px;background-color:yellow"> 
 <p>This is parent1 div.</p> 
 <div id="child1" onclick="alert(this.id)" style="width:200px;background-color:orange"> 
 <p>This is child1.</p> 
 </div> 
 <p>This is parent1 div.</p> 
</div> 
<br /> 
<div id="parent2" onclick="alert(this.id)" style="width:250px;background-color:cyan;"> 
 <p>This is parent2 div.</p> 
 <div id="child2" onclick="doSomething(this,event);" style="width:200px;background-color:lightblue;"> 
 <p>This is child2. Will bubble.</p> 
 </div> 
 <p>This is parent2 div.</p> 
</div> 
</body> 
</html> 
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 沛县| 桦川县| 阿鲁科尔沁旗| 嘉荫县| 阳朔县| 达拉特旗| 思茅市| 肇源县| 亚东县| 松江区| 个旧市| 霍城县| 东丰县| 林甸县| 乳源| 中宁县| 遂川县| 万安县| 金昌市| 白玉县| 莱芜市| 朝阳县| 广宁县| 准格尔旗| 成都市| 丰台区| 兰溪市| 淮阳县| 怀柔区| 承德县| 来凤县| 乐山市| 涪陵区| 潮安县| 正蓝旗| 屯昌县| 长宁县| 清远市| 申扎县| 阿荣旗| 吉林省|