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!

Reply via email to