The only alternative i have made so far is to put a standard click event in the success : function() of an ajax request.
On Thu, Jun 18, 2009 at 4:54 PM, liam <liamgriffi...@gmail.com> wrote: > > So I have a set of <SELECT> elements that are ajax'd in and out > depending on what is selected using the event "change". I know > that .live("change") is not fully supported, but I was wondering if > anyone had come up with a real creative way around this. > >