DOM Event Reference
Searchable quick-reference for all standard DOM events — filter by category, read descriptions, and copy usage examples.
| Event | Description |
|---|
No events match your search.
Copied!
Summary
Searchable quick-reference for all standard DOM events — filter by category, read descriptions, and copy usage examples.
How it works
- All standard DOM events are loaded instantly in the browser.
- Type in the search box to filter events by name or description.
- Click a category chip to narrow results to that event group.
- Click any event row to expand its usage example.
- 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