loading Datepicker inside colorbox problem

loading Datepicker inside colorbox problem

I`m using Colorbox to load a contact form from an external HTML file and in the form i want datepicker to work , both files have the datepicker script but it doesn`t seem to be working ?

  1. $('#form').colorbox({href:'forms.html form#form'});
  2. $('.datepicker').datepicker({
  3. changeMonth: true,
  4. changeYear: true,
  5. showButtonPanel: true
  6. });
so how can i make it happend ?