What is the difference between these two events: focus and focusin?
What is the difference between these two events: focus and focusin ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
focusinevent is sent to an element when it, or any element inside of it, gains focus. This is distinct from the focus event, in that it supports detecting thefocusevent on parent elements (in other words, it supports event bubbling).This event will likely be used together with the
focusoutevent.