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);

Leave a Reply

Your email address will not be published. Required fields are marked *