I have a form, and a submit handler in jQuery.
When the user submits the form, I want to modify (add) some parameters to the POST request, before it is despatched fr
You can hook the click event of the submit button and do your processing there. For the key/value pairs you might try a hidden form element.