Tipos de eventos - lizethcas/javascript-universe GitHub Wiki

Eventos del Dom por categoria

Categoría Evento(s)
Mouse click, dblclick, mousedown, mouseup, mouseenter, mouseleave,
mousemove, mouseover, mouseout, contextmenu, auxclick
Teclado keydown, keyup
Portapapeles copy, cut, paste
Formularios submit, reset, change, input, invalid,
focus, blur, focusin, focusout
Drag & Drop drag, dragstart, dragend, dragenter, dragleave,
dragover, drop
Entrada de Texto input, change, select,
compositionstart, compositionupdate, compositionend
Carga / Navegación load, beforeunload, unload, abort, error,
resize, scroll
Conexión de red online, offline
Storage / Historial storage, hashchange, popstate
Eventos de Media play, pause, ended, volumechange, timeupdate,
seeking, seeked, loadeddata, loadedmetadata, waiting
Touch / Gestos (móvil) touchstart, touchend, touchmove, touchcancel,
pointerdown, pointerup, pointermove, pointerenter,
pointerleave, pointercancel
Animaciones y Transiciones animationstart, animationend, animationiteration,
transitionstart, transitionend
Otros útiles wheel, visibilitychange, fullscreenchange

Siguiente: Delegación de eventos

⚠️ **GitHub.com Fallback** ⚠️