[jQuery] Reinit $(document).ready(); -----HELP

[jQuery] Reinit $(document).ready(); -----HELP


I have an web application that I am using jquery for some dynamic ajax
code. currently my JQuery has a $(document).ready() call that listens
for a click and then reloads the content that it is listening on. The
problem is that the text from the ajax response is then used to
replace the dom node that triggered it. How do I force jquery to
reevaluate the dom and rebuild all the event listeners based on the
new content from the ajax call