[jQuery] Reload DOM When inserting new elements.

[jQuery] Reload DOM When inserting new elements.


Hi! I have an ajax application written with jQuery. I usually insert
new HTML elements and do something with that response, so I have to
make 2 functions: one inside the document.ready declaration and the
other outside. Is there a way to reload the DOM structure to the
jQuery object when I insert new elements to my page, just to avoid the
double declaration of my functions?
Thanks in advance.