Thursday, September 17, 2015

Uncaught TypeError: $(...).datepicker is not a function

If you get the errior:

          Uncaught TypeError: $(...).datepicker is not a function

The most common reason is a duplicate reference to a JQuery file:

  • Verify you don't have different versions of JQuery in the same page
  • If developing MVC, check your BundleConfig and the web page



No comments:

Post a Comment