Thanks. I resolved the issue. There was a conflict with lightbox. I moved the lightbox js last and it worked. It seems that in that link jquery was carrying an old version as per the author (a real nice guy)
----- Original Message ----- From: "Kelvin Luck" <[EMAIL PROTECTED]> To: <jquery-en@googlegroups.com> Sent: Monday, January 14, 2008 8:23 AM Subject: [jQuery] Re: Date picker > > I can confirm it's not working for me either on IE7 on that page... > > You could try my date picker instead: > > http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html > > Cheers, > > Kelvin :) > > Lionel Martelly wrote: >> Does anyone have any issue with date picker not working in IE7.0? >> >> $('#period').datepicker({dateFormat: 'MM d, yy', rangeSelect: true, >> firstDay: 1}); >> >> http://docs.jquery.com/UI/Datepicker >> >> Looks like we have same issue on that page >