I'm a newbie on the frontend, I'm going to disable the button so add the disable property Its working fine in chrome but not working in IE11, My application is old so we use jquery 1.8, I tried both attr
and prop
and also google it there is no use. Anyone, please guide me, How can resolve it.
$("#update").prop('disabled', "disabled");
After submitting form
<button name="update" tabindex="26" disabled="disabled" class="inforFormButton upt_btn disabled" id="update" accesskey="U">Update</button>
Version
IE11
Jquery 1.8