Click here to Skip to main content
15,922,325 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
$(function () {
$("#txtJourneyDate").datepicker();
});
$(function () {
$("#txtReturnJourneyDate").datepicker();
});


What I have tried:

Please can anyone help to solve the error.
Posted
Comments
Richard Deeming 15-Mar-22 4:29am    
datepicker is not a standard jQuery function. You need to include the plugin script which defines it.

We can't tell you precisely how to do that, as you've not told us which plugin you're using.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900