How do I enable a radiobutton list using jQuery in IE 8 when it's disabled on the server side. The code works fine in Chrome, but does not work to get it enabled in IE 8.
$(this).removeAttr("disabled"); //code works in Chrome, but not in IE
How do I enable a radiobutton list using jQuery in IE 8 when it's disabled on the server side. The code works fine in Chrome, but does not work to get it enabled in IE 8.
$(this).removeAttr("disabled"); //code works in Chrome, but not in IE