[jQuery] datepicker

[jQuery] datepicker

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am facing an issue with interface where only
version 1.02 of jquery works.</FONT></DIV>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there anything I could add to it to make it
work?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>$('#period').datepicker({dateFormat: 'MM d, yy',
rangeSelect: true, firstDay: 1});</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><input id="period" size="50" type="text"
name="period" value="$period" /></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thank you!</FONT></DIV>
<DIV><FONT face=Arial size=2>_______________________________<BR>Lionel
Martelly</FONT></DIV></BODY></HTML>