Hi. I have a calendar which lists events. After each event I have a
"delete" form. When someone clicks the submit, I use ajaxform to
return new html that replaces the entire day's list of events,
including a new delete form for each event.  My problem is, the new
forms do not seem to be "ajaxed". When pressed, those newly replaced
items just go straight to an old fashioned POST, not ajax.  When I
refresh the page manually, they work.

Do I have to do something to "refresh" the things in $
(document).ready() ?
Thanks,
Jamie

Reply via email to