> I want to determine if a form has been submitted with jQuery or not.

Ajax requests have this header:

X-Requested-With: XMLHttpRequest

You could use that to determine how the form was submitted.

Reply via email to