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