Hello, I am facing an issue with interface where only version 1.02 of jquery works. I managed to make all other scripts work with that, except datepicker. The problem I am having with date picker and 1.02, once it opens, all functions are available, it inserts dates, you can navigate the months ypu can clear items but it will not close on clicking the close button or self close after the second date is put.
Is there anything I could add to it to make it work? $('#period').datepicker({dateFormat: 'MM d, yy', rangeSelect: true, firstDay: 1}); <input id="period" size="50" type="text" name="period" value="$period" /> Thank you! _______________________________ Lionel Martelly