I was wondering if there’s a way, using jquery, to unfocus EVERY select element after a selection triggered ?
Thanks.
Note: I know how to do it for one element at a time, this question is for global behavior of select elements
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.
I would go like this, but without much information, I’m not sure it will be correct for you.
Note, if by “select” event, you mean a personalized event, juste change “change” by your event.
As pointed out by @grinn, you can set the event with a delegation for future created selects :