jquery change event not firing in Internet Explorer (IE)
问题 Ok I know there are other questions out there related to mine, but none I've read answer my question. I have a select tag with some options I bound to the change event but when a user clicks into a select box and then presses up/down the change event doesn't fire in IE. It fires in Firefox, and I haven't checked Chrome. So I guess I would like to know if there is an easy fix for this I would like to just do $("#selector").change(function () {//Add code }); A workaround for me right now is to