Home
last modified time | relevance | path

Searched refs:captureSubmittingElement (Results 1 – 1 of 1) sorted by relevance

/plugin/confmanager/
H A Djquery.form.js746 .off('click.form-plugin', this.selector, captureSubmittingElement)
748 .on('click.form-plugin', this.selector, options, captureSubmittingElement);
754 .bind('click.form-plugin', options, captureSubmittingElement);
767 function captureSubmittingElement(e) { function