ASP.NET JQuery, disabled a button on form submit not call httpPost action
I'm working in an ASP.NET MVC app and I want to disable a button when during OnSubmit event of the form, just for prevent double click of the users. All JQuery part is working fine but I don't understand why,…