JQuery live or something similar with .change()?

Bob picture Bob · Aug 28, 2009 · Viewed 10.2k times · Source

I want to do this: http://docs.jquery.com/Events/live#typefn

Only .live() doesn't support the change event- any ideas for work arounds?

Need to bind a function to some on-the-fly DOM elements, but not until change.

Answer

Gabe Hollombe picture Gabe Hollombe · Apr 7, 2010

Note: jQuery 1.4 now supports the live function for all normal events. It didn't work with IE8 until recently, but I believe this is fixed with jQuery 1.4.2. See this resolved jQuery ticket: IE8 DOES NOT SUPPORT THE CHANGE EVENT WHILE USING LIVE