I’m trying to fire a click event on my select options.
This is working fine in FF/Safari if the selectlist is a normal multiselect box like this:
However, if i include the jQuery Mobile framework, the click event does not trigger anymore:
Anyone?
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
clickevent on<option>isn’t standard and thus not supported in all browsers.You should use the
onchangeevent instead ofonclick.You can read all the Q&A in this search, this is the subject for all of them…
Updated fiddle