Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 215 Bytes

note-event.md

File metadata and controls

19 lines (12 loc) · 215 Bytes

重学js event

事件流

冒泡 ie 捕获 其他 dom2事件流:先捕获再冒泡

阻止默认事件

preventDefault

事件类型

事件性能

  • 防抖 节流
  • 事件委托

自定义事件