how to make input field not editable in jquery code example Example: jquery make readonly textbox $("#fieldName").prop("readonly", true);