Answers for "jquery disable input if select option"

3

jquery disable select

$('#pizza_kind').prop('disabled', false);
Posted by: Guest on May-29-2020
1

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 "jquery disable input if select option"

Code answers related to "Javascript"

Browse Popular Code Answers by Language