jquery check input is disable

JavaScript
if($('textbox').is(':disabled')){
     //textbox is disabled
}

Source

Also in JavaScript: