Table of Contents

DOM - Blur Event

About

blur is an event that occurs when an element lost focus (blur) (ie is not the active element anymore)

The opposite of the blur event is the focus event

Usage