I am trying to display JQuery ui datepicker calendar in a side bar and I would like the calendar to show all the time.
At the moment I only seem to be able to do that whenever a field receives focus or when the icon is clicked.
How can I get the calendar to appear in a sidebar block without waiting for a focus event and disappearing when a date is selected?
Call
datepicker()on a DIV instead of an input.http://jqueryui.com/demos/datepicker/#inline
From the jQuery UI site: