How can I prevent a double submit with jQuery or Javascript?
Posted
by kielie
on Stack Overflow
See other posts from Stack Overflow
or by kielie
Published on 2010-04-14T07:39:15Z
Indexed on
2010/04/14
7:43 UTC
Read the original article
Hit count: 300
Hi guys, I keep getting duplicate entries in my database because of impatient users clicking the submit button multiple times.
I googled and googled and found a few scripts, but none of them seem to be sufficient.
How can I prevent these duplicate entries from occurring using javascript or preferably jQuery?
Thanx in advance!
© Stack Overflow or respective owner