$(…).datepicker is not a function
-
I have the problem that I do not get the following error resolved:
$(…).datepicker is not a functionThe error is thrown at the following place from the booking.js:
$(function() {
$( “.datepicker” ).datepicker({
dateFormat: “yy-mm-dd”
});
});I have compared the loading of resources with the demo page and unfortunately can not find the error.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘$(…).datepicker is not a function’ is closed to new replies.