I cannot get jQuery UI working in my ASP.NET MVC4 application. I tried dialog and datepicker. Here is part of the code of my view.
In the layout.cshtml view, move
@Scripts.Render("~/bundles/jquery")
from body to head and add in head too
@Scripts.Render("~/bundles/jqueryui")