[jQuery] Re: Form submit success method not being called

2010-01-06 Thread Mike Alsup
What you have there should be working. Perhaps the json response is not properly formatting. Try adding an error callback, or using the global ajaxError hook, and see if that's the problem. Mike On Jan 5, 8:20 pm, Scott Brady wrote: > I'm having an issue using the jquery form plug-in.  The for

[jQuery] Re: Form submit success method not being called

2010-01-21 Thread fay.p...@googlemail.com
Oh, finally I found the original thread. I have exactly the same problem and tried everything the last 3 days and no positive result. So I hope somebody could help us out here. I already validated my json response and reduced the source to a minimum checkout where the problem could be... --

Re: [jQuery] Re: Form submit success method not being called

2010-01-06 Thread Scott Brady
Thanks! I'll try that. I have an idea what it might be, but that code is at home. I think I might not be getting rid of the prefix ColdFusion adds to json responses -- I'll have to see if there's a preprocessing directive like jquery's built in ajax calls have. Scott On Wed, Jan 6, 2010 at 9:08