[jQuery] Repositioning Datepicker

[jQuery] Repositioning Datepicker


I'm using the UI datepicker plugin which is very nice, but I have a
little problem. I have a page where users upload photos which get
uploaded via jquery and then appear on the page, above any other
photos which were previously uploaded. Each photo has a datepicker
form field users can select the date the photo was taken.
My problem is this, after the new image is placed on top of the
others, all the datepicker calendars for the previous photos are still
positioned in the original location so if you click in the datepicker
field the calendar appears next to where the form field was when the
page originally loaded.
I guess if there's just a way to remove all existing datepickers and
re-add them or something, that would do the trick. More elegant,
though, would be a solution where I can simply re-run the positioning
part of the plugin. Any thoughts?