SyntaxFix
Write A Post
Hire A Developer
Questions
You can find if the textbox is disabled using is method by passing :disabled selector to it. Try this.
is
:disabled
if($('textbox').is(':disabled')){ //textbox is disabled }