Answers for "jquery css to disale select box"

3

jquery disable select

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

enable input jquery

$('input').prop('disabled', false);
Posted by: Guest on March-18-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language