I am using Terelik Date Picker in my project and when i click on the date picker i have the calendar popped up and i want to quickly change years/months so i clicked on March 2012 (current Month label) My code is throwing exception.
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.
ok i fixed it.. it was because i have a style
fontsize: smallerset for thecalendarand in jquery 1.5.1.min it is trying to parsesmallerasintand throwing an exception and hence the issue. i changed thefont-sizeto numeric value and it is working now.