Datepicker automatic calendar display
Hello,
It is possible to display datepicker's calendar automaticly when pressing tab on previous text field? I mean, when I'm positioned over a text field, if I press tab to jump to datepicker's text field, I want it to instantly display my calendar, it's also configured to display the calendar button. This is my config.:
$( "#datePicker" ).datepicker({
showOn: "button",
buttonImage: "date.gif",
buttonImageOnly: true,
dateFormat: 'ddMy',
numberOfMonths: 2,
minDate: "0D"
});
Thanks.