Skip to content

Commit 2d75614

Browse files
author
Kevin Morris
committed
Revert commit 3548f3a
Revert 'Merge pull request #506 from amartin916/master' Moving the beforeSubmit event above where the options are appended to url
1 parent e1d5fdb commit 2d75614

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ beforeSerialize: function($form, options) {
8888
````
8989

9090
###beforeSubmit
91-
Callback function invoked prior to form submission. This provides an opportunity to manipulate the form before it's values are retrieved. Returning `false` from the callback will prevent the form from being submitted. The callback is invoked with three arguments: the form data in array format, the jQuery wrapped form object, and the options object.
91+
Callback function invoked prior to form submission. Returning `false` from the callback will prevent the form from being submitted. The callback is invoked with three arguments: the form data in array format, the jQuery wrapped form object, and the options object.
9292

9393
````javascript
9494
beforeSubmit: function(arr, $form, options) {

0 commit comments

Comments
 (0)