I basically have a jQuery Datepicker. The Datepicker shows up but it doesn't seem functional as it does nothing when a day is selected. It doesn't work and previous and next are selected as well.
I get the "inst is undefined" error
-- the script
jQuery(function() {
jQuery("#datepicker1").datepicker();
});
-- the element
<input type="text" id="datepicker1" name="datepicker1"/>