Answers for "how to add disabled to select tag in jqeury"

3

jquery disable select

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

Code answers related to "how to add disabled to select tag in jqeury"

Code answers related to "Javascript"

Browse Popular Code Answers by Language