标准浏览器 event.stopPropagation();
ie678 event.cancelBubble = true;
代码如下:
if(event && event.stopPropagation){
event.stopPropagation();
}else{
event.cancelBubble =true;
}
标准浏览器 event.stopPropagation();
ie678 event.cancelBubble = true;
代码如下:
if(event && event.stopPropagation){
event.stopPropagation();
}else{
event.cancelBubble =true;
}
2358

被折叠的 条评论
为什么被折叠?