http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F
On Jun 16, 4:52 am, Thasmo <[EMAIL PROTECTED]> wrote: > Hoi guys! > > I define a event trigger $('#id div a).click(). > > The url in the href attribute of the a tag is called via $.ajax > and the returned data is inserted into the #id element. > > So, the actual HTML in the #id event is replaced > by the data AJAX response data. After the data > was inserted into the #id element, the click event > is not working anymore for HTML code which was > inserted in the #id element. > > What can be the reason for this? > > Thanks so much for your help!