This might help: http://brandonaaron.net/docs/livequery/

On Jun 23, 9:01 am, AnandG <[EMAIL PROTECTED]> wrote:
> 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-re...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to