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?

link|improve this question

75% accept rate
Duplicate of this: stackoverflow.com/questions/6657843/…. – William Niu Oct 24 '11 at 21:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.