MCPcopy Create free account
hub / github.com/TruthHun/BookStack / doAjaxSubmit

Function doAjaxSubmit

static/js/jquery.form.js:879–886  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls 1

$Function · 0.50

Tested by

no test coverage detected