Answers for "get disabled option of select jquer"

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 "Javascript"

Browse Popular Code Answers by Language