2
Answers

Disabling LinkButton in Jquery

Photo of priyanka gantali

priyanka gantali

12y
6.6k
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)