Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a web application. It works fine in development envirment (local PC).
But when it is deployed on the production server. JQuery datepicker & calader do not work.

I tried to debug the application and found the following errors:

Quote:
Microsoft JScript runtime error: 'jQuery' is undefined

in file:

Quote:
Scripts\jquery.datepick.js


Microsoft JScript runtime error: Object doesn't support property or method 'datepick


Quote:
$(function () {
$('#txtLetterDate').datepick({ dateFormat: 'yyyy/mm/dd' });
});


Please guide.
Posted
Comments
StianSandberg 25-Apr-13 6:51am    
which datpicker plugin are you using?
sri senthil kumar 25-Apr-13 6:54am    
check whether you deployed everything properly(check all the files loaded), this error may occur when the jquery plugin is missing.
vijay__p 25-Apr-13 7:01am    
Have you included jQuery reference?
ChienVH 5-May-13 2:01am    
Make sure the local code and production code are the same. Maybe you're missing some code. Recheck.

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