Here is the code from my project where I am using a datepicker. The jQuery menubar works but the datepicker doesnt. What am I missing? Also, how do I get the menubar center aligned?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are not loading
jquery.ui.datepicker.jsAdd the following line after loading
jquery.ui.core.jsSee Updated jsfiddle (fixed): http://jsfiddle.net/CcjPh/
Note: You should probably download the jQuery files and host them yourself rather than using jqueryui.com / jquery.com as a source.