Live Change Handlers In Jquery 1.4 Don't Work For Select Elements In Ie
I recently decided to try jQuery 1.4, excited that I would finally have support for live event handlers that work for change events in IE. However, it seems like they don't always
Solution 1:
Looks like it has been fixed. Not sure when it goes live.
Ticket - http://dev.jquery.com/ticket/5851
GitHub commit - http://github.com/jquery/jquery/commit/435772e29b4ac4ccfdefbc4045d43f714e153381
Solution 2:
from here
Possible event values: click, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, keydown, keypress, keyup
Currently not supported: blur, focus, mouseenter, mouseleave, change, submit
change, my friend, is not yet supported by live
Post a Comment for "Live Change Handlers In Jquery 1.4 Don't Work For Select Elements In Ie"