jQuery UI ” $(“#datepicker”).datepicker is not a function”

I struggled with a similar problem for hours. It then turned out that jQuery was included twice, once by the program that I was adding a jQuery function to and once by our in-house debugger.

Leave a Comment