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