Skip to content

summary of DOM event that includes CSSAnimationEvent , customEvent , DocumentRelatedEvent , DragEvent , FocusEvent , FormEvent , KeyboardEvent , MouseEvent , TouchEvent , UIEvent , WheelEvent , windowRelatedEvent

Notifications You must be signed in to change notification settings

Yann-Wang/DOM_Event

Repository files navigation

DOM Event

  • the summary of DOM event is as follows.
category event
CSSAnimationEvent animationstart, animationiteration, animationend, transitionend
customEvent
DocumentRelatedEvent DOMContentLoaded, readystatechange
DragEvent drag, dragstart, dragend, dragenter, dragover, dragleave, drop
FocusEvent focus, blur
FormEvent change, reset, submit, select
KeyboardEvent keyboard event: keydown, keyup, keypress clipboard event: copy, cut, paste, beforecopy, beforecut, beforepast text event: input
MouseEvent click, dblclick, contextmenu, mousedown, mouseup, mousemove, mouseenter, mouseleave, mouseover, mouseout
TouchEvent touchstart, touchmove, touchend, touchcancel gesture event: gesturestart, gestureend, gesturechange
UIEvent load, scroll
WheelEvent wheel
windowRelatedEvent hashchange, message, popstate, storage

About

summary of DOM event that includes CSSAnimationEvent , customEvent , DocumentRelatedEvent , DragEvent , FocusEvent , FormEvent , KeyboardEvent , MouseEvent , TouchEvent , UIEvent , WheelEvent , windowRelatedEvent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published