Posted on October 8, 2018October 9, 2018How to Enable / Disable input using jQuery Very simple $(“input”).prop(‘disabled’, true); $(“input”).prop(‘disabled’, false);