Demo for Prevent Double Submit jQuery Plugin
Enhanced Form with Prevent Double Submit behavior
Regular Form without plugin
Demo Tips
-
Go to http://requestb.in/ and create a RequestBin.
-
Copy the Bin URL and set it as the form action.
-
Try to submit the form multiple times before page changes by hitting enter rapidly in the text field, or
clicking the submit button rapidly.
-
Inspect the RequestBin logs. You should see that the Prevent Double Submit form always submits only once, but it
is easy to make duplicate requests with the regular form.