Mouse Events Deep Dive
2 Topics
Mouse Event Types
10 Sub-topics
mousedown and mouseup Events
Event Order: mousedown, mouseup, click
mouseenter and mouseleave Events
mouseover and mouseout Events
Mouse Event Properties
10 Sub-topics
button and buttons Properties
Modifier Keys in Mouse Events
Mouse Event Best Practices
Keyboard Events Deep Dive
3 Topics
Keyboard Event Types
5 Sub-topics
keypress Event (Deprecated)
Event Order for Key Events
Keyboard Event Properties
9 Sub-topics
altKey, ctrlKey, shiftKey, metaKey
Keyboard Implementation
5 Sub-topics
Detecting Key Combinations
Keyboard Shortcuts Implementation
Focus and Keyboard Events
Keyboard Event Best Practices
Form Events Deep Dive
2 Topics
Form Event Types
14 Sub-topics
Form Event Types Overview
Preventing Default Submit
focusin and focusout Events
FormData API
6 Sub-topics
FormData API Introduction
Form Event Best Practices
Creating Custom Events
9 Sub-topics
Creating Basic Custom Events
Passing Data with Custom Events
Custom Event Patterns
8 Sub-topics
Listening for Custom Events
Namespacing Custom Events
Custom Events for Components
Event-Driven Architecture
Pub/Sub with Custom Events
Custom Events vs Callbacks
Custom Event Best Practices