make input field required using jquery code example Example: change input to required jquery $('#input').prop('required',true);