I want to add some date shortcuts like "Today, Tomorrow, This month..." to datepicker. So is there any solution for doing this? Not to page itself (it's simple), but to datepicker's popup. I try to do something like:
$("#ui-datepicker-div").append($("#datepicker-shortcuts"));
in beforeShow - it doesn't help at all: while debugging I see, that appending is happened, but when popup is shown there is no datepicker-shortcuts there.
Is there right solutuin for this besides setTimeout method?