I have content that I'm loading using an AJAX call and displaying the HTML (consisting of div
s, etc) inside of a ul
parent.
Now I've written a series of .click
and .hover
functions that work perfectly on everything, right up to where my content is dynamically loaded, and then don't work at all on the dynamically-loaded content.
I've gone through all my div
ids to make sure they are correct and they are. Is there a way to gain control over the AJAX-loaded material?