Check linkbutton is disabled or not with compatible for any browser.
Hello,
I am using jQuery in my ASP.NET application. I need to check linkbutton is disabled or not. I have used following code..
if ($('#ctl00_ContentPlaceHolder1_lbtnSpellChk1').is(':disabled') == false)
{
//code
}
Above code is working fine with IE. its not working when I run my application in Firefox 3.6.
Please let me know any common syntax for troubleshoot this issue.
Regards,
Swapnil