色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

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

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> 

JavaScript技術阻止JavaScript事件冒泡傳遞(cancelBubble 、stopPropagation),轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 青川县| 呼和浩特市| 胶州市| 磐安县| 崇州市| 抚宁县| 安吉县| 天祝| 河东区| 安丘市| 古交市| 祁连县| 蒙自县| 临漳县| 柳江县| 惠水县| 姜堰市| 平凉市| 阜阳市| 南江县| 自贡市| 达日县| 台中市| 定襄县| 和顺县| 新疆| SHOW| 大同市| 龙里县| 皮山县| 社旗县| 通河县| 库尔勒市| 常德市| 乌海市| 无为县| 从化市| 荥经县| 肃南| 阿坝| 忻州市|