> Cool, you should mention that on the website :) > > Oh wait - this would kind of be the "failure" function mentioned > above. I actually get "parsererror" as statustext in the complete > function. Just didn't know about it :)
You can use all of the normal "ajax" options with the Form plugin. success, complete, error, etc. The form plugin uses $.ajax under the hood and passes it any options you've provided. http://docs.jquery.com/Ajax/jQuery.ajax#options Mike