javascript - How to get target of day in jquery datepicker -


i need target on clicked, when clicking on day in jquery datepicker.

now using onselect: function (datetext, inst), function not return target clicked.

i cannot search class .ui-state-active because trying implement keyboard navigation through multiple months(3) , showing days of next/prev month in prev/next month, can have 2 .ui-state-active, , not know 1 clicked.

how can find clicked element?


Comments