I have following jQuery code to prevent double clicking a button. It works fine. I am using Page_ClientValidate() to ensure that the double click is prevented o
Page_ClientValidate()
I found this solution that is simple and worked for me:
This solution was found in: Original solution