I have a button as such:
Within jQuery I am using the following, but it still
You can do something like this to disable submit button when loading a new page with the same form:
$("#btnConfirm").bind("click", function (e) { $("#btnConfirm ").css("pointer-events", "none"); });
The submit button could look like this: