[jQuery] Cannot execute jQuery code in HTML of a AJAX retrieved page
I have a page with an overview of CDs.
When you click on the "tracklist" button it retrieves a HTML page with the
tracklisting with AJAX ($.ajax).
At the same time I'm hiding all the CDs.
In the HTML page with the tracklisting I have a "return to CDs" link button
that hides the current tracklisting and shows all the CDs again. I gave this
link a class so I can script it with jQuery. But for some reason it won't
execute jQuery.
Is this because the all the elements from the HTML page retrieved with AJAX
are not seen by the DOM?
Does someone know how I can execute jQuery script from a HTML page retrieved
with AJAX?
--
View this message in context: http://www.nabble.com/Cannot-execute-jQuery-code-in-HTML-of-a-AJAX-retrieved-page-tp18069906s27240p18069906.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.