2020年11月30日
摘要: 转载:https://blog.csdn.net/weixin_41646716/article/details/81099880 一块: 事件流描述的是从页面接收事件的顺序。 IE的事件是冒泡事件流, 而firefox的事件流是捕获事件流。 1.事件冒泡 IE的事件流叫做事件冒泡,即事件从最具体的 阅读全文
posted @ 2020-11-30 17:19 刘世涛6192 阅读(144) 评论(0) 推荐(0) 编辑
摘要: dom0级事件 1 2 3 4 5 6 7 8 9 10 <a href="#" id="hash" onclick="fn();fn1();"> <button type="button">返回上面进行开通</button> </a> var btn=$('#hash').get(); btn.o 阅读全文
posted @ 2020-11-30 17:18 刘世涛6192 阅读(854) 评论(0) 推荐(0) 编辑