By default, the jQuery UI DatePicker widget animates from the bottom-left of the input field it's assigned to, so if the input field is shorter than the width of the calendar, it hangs off to the right.
My problem is that my input field is all the way on the right side of the page, so that when the Datepicker shows, it hangs off my page boundary. Is there anyway to change the registration point for the animation to the bottom-right of the input field? I'd love to keep the same "fade-and-scale" effect that comes default.
How would I do this? I assume it's something with the showAnim
property, but I haven't been able to figure it out...