Mvc4 datatables does not work in script bundle
问题 I have following code in the App_Start/BundleConfig.cs bundles.Add(new ScriptBundle("~/bundles/jquery").Include( "~/Scripts/jquery-{version}.js")); bundles.Add(new ScriptBundle("~/bundles/datatable").Include( "~/Content/DataTables-1.10.7/media/js/jquery.dataTables.min.js")); bundles.Add(new StyleBundle("~/Content/css").Include( "~/Content/site.css", "~/Content/DataTables-1.10.7/media/css/jquery.dataTables.min.css")); and in the Views/Shared/_Layout.cshtml @Styles.Render("~/Content/css")