(e)
| 877 | |
| 878 | // private event handlers |
| 879 | function doAjaxSubmit(e) { |
| 880 | /*jshint validthis:true */ |
| 881 | var options = e.data; |
| 882 | if (!e.isDefaultPrevented()) { // if event has been canceled, don't proceed |
| 883 | e.preventDefault(); |
| 884 | $(e.target).ajaxSubmit(options); // #365 |
| 885 | } |
| 886 | } |
| 887 | |
| 888 | function captureSubmittingElement(e) { |
| 889 | /*jshint validthis:true */ |