Why do my events stop working after an AJAX request?

Why do my events stop working after an AJAX request?

Why do my events stop working after an AJAX request?
This is one of the most frequently asked questions on this board. Fortunately, jQuery's documentation already includes multiple solutions to this. Try the link below first, and then if you're still having problems, create a new thread and explain the issue(s) you're having and what you've tried already.

http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F


*Update*

As of v1.3, jQuery now supports Live Events, which work like .bind() but also apply to elements added after the binding takes place.