Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 279 Bytes

prevent-form-double-submit

A jQuery plugin that can be used to prevent forms from being accidentally submitted multiple times.

Sample usage:

In your html:

<form>
  ...
</form>

In your javascript:

$('form').prevent_double_submit();