check if an input is disabled jquery code example Example: jquery check input is disable if($('textbox').is(':disabled')){ //textbox is disabled }