<div class="contact_form"> <div class="contact_form1"> @Html.LabelFor(model => model.Prefix) </div> @Html.TextBoxFor(model => model.Prefix, new { autofocus = "autofocus", @class = "name_form" }) @Html.ValidationMessageFor(model => model.Prefix) </div>
$('.name_form').focus();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)