Answers for "check if option is disabled jquery"

0

if select option disabled jquerz

if($('#dropdownID option:selected').prop('disabled') == true){
// Put your own condition
}
Posted by: Guest on November-11-2021

Code answers related to "check if option is disabled jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language