How to change the pop-up position of the jQuery DatePicker control

Posted by gfrizzle on Stack Overflow See other posts from Stack Overflow or by gfrizzle
Published on 2009-03-19T13:36:27Z Indexed on 2010/05/20 19:50 UTC
Read the original article Hit count: 204

Filed under:
|
|

Any idea how to get the DatePicker to appear at the end of the associated text box instead of directly below it? What tends to happen is that the text box is towards the bottom of the page and the DatePicker shifts up to account for it and totally covers the text box. If the user wants to type the date instead of pick it, they can't. I'd rather have it appear just after the text box so it doesn't matter how it adjusts vertically.

Any idea how to control the positioning? I didn't see any settings for the widget, and I haven't had any luck tweaking the CSS settings, but I could easily be missing something.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery