Is it possible to display jQuery UI datepicker without having to click on anything?
I want the datepicker to be visible when the window loads. Or is this not possible? If not is there another plugin for this or is it best to create a new on my own?
Is it possible to display jQuery UI datepicker without having to click on anything?
Share
one thing you could do is give focus to the input so that the datepicker shows:
look here http://jsbin.com/agazes/edit#preview
or show it after creating it:
http://jsbin.com/agazes/2/edit#preview