I use several datepickers on my page and in some cases i hide a div with one of them. After that the position of the other datepickers is not correct anymore, they are way above the input. I think that is because the place is determined on initialisation, because if i show the div again the position is correct.
But how to make the position that it changes if an other datepicker (div) hides?
Perhaps set the position in the
beforeShowevent:position()was added in version 1.8 http://api.jqueryui.com/position/jsfiddle