Does anyone know if it is possible to use the jQuery UI Datepicker, and when clicking on a date, set the document.location to that date, appended to a preset URL?
So, if I clicked on one of the dates, it might direct me to:
http://www.mysite.com?date=2009-10-25
I need to just use this as a quick way to quickly navigate my website calendar.
Ideas?