I am loading some content via Ajax. After the load completes I want to trigger a click event on an anchor element. But this doesn’t seem to work. How can I use trigger and live together?
I am loading some content via Ajax. After the load completes I want to
Share
You could trigger it like this:
Basically, live handlers bind to the document element, so that’s where you need to send the event