How to set value of input text using jQuery
I have an input text which is this: <div class=”editor-label”> @Html.LabelFor(model => model.EmployeeId, “Employee Number”) </div> <div class=”editor-field textBoxEmployeeNumber”> @Html.EditorFor(model => model.EmployeeId) @Html.ValidationMessageFor(model … Read more