[jQuery] JQuery on 'load'ed html
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!