Hey.. when I've got the function:
$('#picker').datepicker({
// ...
onSelect: function(currDate){
}
});
I want to fire the function onSelect()
manually, but $('#picker').datepicker.onSelect();
doesn't work.. how to fire?
thanks for your answers and sorry for my bad english :-/