Disable button OnSubmit jquery
If you want to disable button OnSubmit jquery please use below code this will disable button which was clicked during submit page
$(“#Id”).attr(‘disabled’, true);
If you want to disable button OnSubmit jquery please use below code this will disable button which was clicked during submit page
$(“#Id”).attr(‘disabled’, true);