Hi there,
Sure, you can re-bind the event handler after the new elements are
inserted into the DOM.
Here is a tutorial that describes a couple solutions.
http://docs.jquery.com/Tutorials:AJAX_and_Events
Let me know if it helps!
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 22, 2007, at 1:51 PM, DXCJames wrote:
If i were to have a button that when clicked it it does
a .load('...html'), which puts an identical button below the existing
button.. is there anyway to have that button have the same
functionality as the other? some way to reload the $(document).ready?
Thanks in advanced!