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 ?
- $('#form').colorbox({href:'forms.html form#form'});
-
- $('.datepicker').datepicker({
- changeMonth: true,
- changeYear: true,
- showButtonPanel: true
- });
so how can i make it happend ?