This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: ajax no results click event

#19647
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

The issue is, that the element is not present in the dom, but dynamically generated via the ajax request. There is a solution, using an event handler on a higher level static node, and then targeting the child like this:

This will do the trick.