On Sun, Feb 1, 2009 at 3:19 PM, [email protected] < [email protected]> wrote:
> > Hello, > > I just started out with JQuery and JQueryUI. I was looking for a > calendar that allows me to select a range of dates, and the docs at > http://docs.jquery.com/UI/Datepicker seem to state that Datepicker > indeed supports this. Thanks for pointing this out. It was missed when we updated the documentation for 1.7. I just updated it. But neither does the current ui.datepicker.js > containt the string "rangeSelect" nor does the demo on that site seem > to work. The 1.5.3 version of Datepicker does. This was removed in the 1.7 version. > > OTOH, the old version (JQuery 1.2.6, JQuery UI 1.5.3) seems to work > fine. So how come it's not in the new version anymore? Why was that > feature removed? I'd really like to use the new version of JQuery... The plugin was refactored to simplify it. There are plans to further refactor it in the future. The date range functionality is planned, but as a separate plugin that will reuse the Datepicker plugin. See http://wiki.jqueryui.com/DateRange In the meantime, you may want to check out this article, which shows how you can create a date range picker from a jQuery UI Datpicker: http://www.filamentgroup.com/lab/date_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework/ - Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
