DOM Event Reference

Searchable quick-reference for all standard DOM events — filter by category, read descriptions, and copy usage examples.

Event Description
Copied!

Summary

Searchable quick-reference for all standard DOM events — filter by category, read descriptions, and copy usage examples.

How it works

  1. All standard DOM events are loaded instantly in the browser.
  2. Type in the search box to filter events by name or description.
  3. Click a category chip to narrow results to that event group.
  4. Click any event row to expand its usage example.
  5. Click "Copy" next to an example to copy it to your clipboard.

Use cases

  • Look up the correct event name while writing JavaScript event listeners.
  • Discover less common events like visibilitychange or pointercancel.
  • Copy a boilerplate addEventListener snippet with correct parameter names.
  • Learn which events belong to which API surface (Mouse, Pointer, Keyboard, etc.).
  • Quickly distinguish between similar events such as input vs change vs keyup.
  • Reference event bubbling behavior during debugging.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu