Client-side validation not working in ASP.NET MVC5 with Bootstrap
Running Visual Studio 2013, I created a new ASP.NET MVC (5) project, with Bootstrap. However, I'm unable to get unobtrusive client-side validation working. The model has [Required] attributes on the relevant properties and the view has ValidationMessageFor... tags for each field in the form. However, submitting the form causes the form to postback to server before validation messages appear. Using NuGet, I've installed jquery.validate and jquery.validate.unobtrusive and added them to the jquery bundle in App_Start . Yet it continues to stubbornly post back to server. F12 dev tools shows no JS