Event bubbling with focus and blur events
In the DOM, focus
and blur
don't bubble. If you want to delegate these events you have to :
- In browsers that support
addEventListener
, set the third arguments,capture
totrue
. - In browsers that use
attachEvent
, listen tofocusin
forfocus
andfocusout
forblur
.
Written by Matthias Le Brun
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Dom
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#