Skip to content

dubroe/prevent-form-double-submit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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();

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published