https://github.com/phpawy/jquery-submit-once
Jquery code to prevent clicking submit buttons more than once.
https://github.com/phpawy/jquery-submit-once
Last synced: 6 months ago
JSON representation
Jquery code to prevent clicking submit buttons more than once.
- Host: GitHub
- URL: https://github.com/phpawy/jquery-submit-once
- Owner: phpawy
- License: gpl-3.0
- Created: 2016-07-11T11:28:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T11:34:20.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T05:28:53.491Z (over 1 year ago)
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery-submit-once
Jquery code to prevent clicking submit buttons more than once.
If you want to secure your form against multiple clicks - we all do :) - you will find this plugin handy, It will replace your submit button with a Ajax Loader Image to prevent further clicks until the form action is done.