Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js eventlistener blur

The blur event fires when an element has lost focus.

The event does not bubble, but the related focusout event that follows does
bubble.

The opposite of blur is the focus event, which fires when the element has
received focus.

The blur event is not cancelable.
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #js #eventlistener #blur
ADD COMMENT
Topic
Name
4+8 =