Glossary coding Term Page
blur
the event fired when an input loses focus
Core Idea
blur is the event fired when an input loses focus, often used to validate after typing. It usually makes the most sense alongside Form validation, Regular expression, aria-live.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.