2
Answers

Disabling LinkButton in Jquery

Ask a question
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)