Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ajax no results click event › Reply To: ajax no results click event
October 26, 2018 at 4:20 pm
#19647
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.