I seems to have lost my client side validation and I’m not sure why. I’m loading these and the server side it working fine. I’m using Ajax.BeginForm with the TextBoxFor in the form. Is this ehough to tell what might be going on?
<script src="@Url.Content("~/scripts/jquery-1.4.4.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.blockUI.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jqury.unobtrusive-ajax.min.js")" type="text/javascript"></script>
<script src="<@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
I lost it!
<script src="<@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")"Notice the
"<". I found it!Don’t you have syntax highlighting that makes it obvouis?