最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時(shí)間:2007年05月08日 00:00:00   作者:  
cancelBubble在IE下有效
stopPropagation在Firefox下有效
復(fù)制代碼 代碼如下:

<!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> 

相關(guān)文章

最新評(píng)論

昌黎县| 加查县| 体育| 巫山县| 云梦县| 安西县| 溧阳市| 华坪县| 清原| 东乌珠穆沁旗| 垫江县| 白朗县| 泰安市| 临汾市| 吉隆县| 清远市| 大安市| 布拖县| 蕉岭县| 淮阳县| 锡林郭勒盟| 阿拉尔市| 麦盖提县| 龙川县| 山阴县| 天镇县| 名山县| 普兰店市| 金阳县| 花垣县| 平乐县| 承德市| 界首市| 临沭县| 宜城市| 阿克陶县| 陈巴尔虎旗| 渝中区| 廉江市| 贵州省| 镇坪县|