jquery’s select() is not working in IE, but its working fine in Firefox and Chrome.
What may be the problem with select() in IE, particulary IE8?
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.
IDEA 1
Try adding a click trigger to your checkbox:
It is possible IE isn’t properly triggering the change event.
IDEA 2
Try explicitly blurring the checkbox before calling
.select