> How do I trigger the ready() event listener on content that is
> dynamically loaded via ajax?  I am loading a chunk of html into a div
> has a bunch of items that trigger the same scripts previously loaded.
> How do I get jquery to reinit all the listeners from $
> (document).ready() on the content that is newly embedded in the dom by
> the ajax script.

Take a look at the LiveQuery plugin:

http://docs.jquery.com/Plugins/livequery

Reply via email to