[jQuery] Re: Jquery Ajax usage question

2008-08-25 Thread GasGiant
Have you tried using the callback methods for adding the events to the Ajax-inserted markup? See .ajaxStop(), etc.

[jQuery] Re: Jquery Ajax usage question

2008-08-25 Thread Karl Swedberg
Hi Peter, This FAQ topic should answer your question: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F It describes the problem and provides a couple typical ways to overcome it, in addition to pointing out a few jQuery plugins that do