Disabling LinkButton in Jquery

Jun 11 2013 10:05 AM
How to disable the link Button using Jquery in Chrome $('a[id*="link1"]').attr("disabled", "disabled"); is working fine with InternetExplorer but not working with Mozilla and Chrome

Answers (2)