Answers for "how to check and disable option in select jquery"

3

jquery disable select

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

jquery disable option by value

$("select option[value='"+ $variable + "']").attr('disabled', true);
Posted by: Guest on September-29-2021

Code answers related to "how to check and disable option in select jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language