Hosting website with jquery calender

Hosting website with jquery calender

I have website hosted in asphostportal.com . By the way i used jquery calender in many pages .the calender worked fine for me locally and when used it in dedicated server when uploaded the website on my hosting the jquery calender not working but other jquery code running fine.

EDIT:

Code is

  1. $("#ctl00_ContentPlaceHolder1_UCCalender11_textDate1").datepicker({ numberOfMonths: 2, showButtonPanel: false, showOn: "button", buttonImage: "../../Images/calendar.gif", buttonImageOnly: true, dateFormat: 'dd-mm-yy', minDate: 0 });