Archive for May 21st, 2009
禁止某个js时间冒泡的js代码。。
var e = e?e:window.event;
if (e.stopPropagation){
e.stopPropagation();
}else{
e.cancelBubble = true;
}
var e = e?e:window.event;
if (e.stopPropagation){
e.stopPropagation();
}else{
e.cancelBubble = true;
}
You are currently browsing the archives for Thursday, May 21st, 2009
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Recent Comments