Friday 29 January 2021

MVC - Fix Error - JavaScript runtime error: Object doesn't support property or method 'datepicker'

 Watch this example on YouTube

 

To fix it go to

App_Start folder 

and add to BundleConfig.cs     


            bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
                       "~/Scripts/jquery-ui-{version}.js"));

 

No comments:

Post a Comment