> After submitting the form, successfully, the backend responds with a blank
> HTML form. This loads correctly after the call to ajaxSubmit. However when I
> submit the form a second time (to add an additional item) the submit is not
> sent through ajax, although my button handler which calls ajaxSubmit IS
> being fired (added an alert to the beginning to confirm this). The form is
> instead submitted as a regular POST form, replacing the entire page.
>
> Any ideas why this would happen?

This is why:

http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F

Reply via email to