2
Answers

Disabling LinkButton in Jquery

priyanka gantali

priyanka gantali

11y
4.2k
1
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)