摘要: e = e || window.event; //阻止冒泡 if (isIE){ e.cancelBubble = true; }else{ e.stopPropagation(); } 阅读全文
posted @ 2010-07-13 13:28 雪霁霜飞 阅读(165) 评论(0) 推荐(1) 编辑