Answers for "check if an input is disabled jquery"

0

jquery check input is disable

if($('textbox').is(':disabled')){
     //textbox is disabled
}
Posted by: Guest on November-18-2020

Code answers related to "check if an input is disabled jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language