[jQuery] Re: jQuery Form Plugin - after ajaxSubmit call, ajax submitting seems to be disabled

2009-01-13 Thread Isaac Raway
malsup wrote: > > Sorry, I read your first message too quickly. Is 'edit_card_jq' bound > as a submit handler? If so, you should return false form that fn. If > not, could you post a little more code or provide a link? > Here's a link that shows what I'm doing: http://blueapples.org/test/

[jQuery] Re: jQuery Form Plugin - after ajaxSubmit call, ajax submitting seems to be disabled

2009-01-12 Thread Isaac Raway
My handler - as shown previously - rebinds events when the submit succeeds. I confirmed this, as stated in my message by adding an alert that is shown the next time I click the submit button, so that isn't it. malsup wrote: > > >> Any ideas why this would happen? > > This is why: > > http:/

[jQuery] jQuery Form Plugin - after ajaxSubmit call, ajax submitting seems to be disabled

2009-01-12 Thread Isaac Raway
I have a situation where I have a form that remains on a page even after a successful submit - it is used to add items to a list of existing items. After submitting the form, successfully, the backend responds with a blank HTML form. This loads correctly after the call to ajaxSubmit. However whe