This should be really straight forward.
I\'m checking if a form is being submitted using jquery. The form has multiple submit buttons with various values:
I recommend the use of the Firebug Add On, you get a lot of responses to your questions just looking to the data in the console. I realize that in your case you can access the submit value this way:
alert($(this).context.submit.value);