jquery check input is disable

Solutions on MaxInterview for jquery check input is disable by the best coders in the world

showing results for - "jquery check input is disable"
Martina
28 Apr 2018
1if($('textbox').is(':disabled')){
2     //textbox is disabled
3}
4