[jQuery] Attaching an event after load that got triggered from same event?
Here's my dilemma...
I have an onclick event that converts a list item into a form, when
the form gets submitted it POSTs the data back and converts the form
back into a list item. All of this is in one big .click(function()
{ ... } block. I'm wondering how to add the event I'm already in to
the new created list item.
Thanks,
Rob