Date picker <div> location
Hi
how can i change the location the date picker creates.
the datepicker places the <div> at the end of the page.
<body>
<div>Content</div>
<div id="ui-datepicker-div" style="position: absolute; top: 72px; left: 474.8px; display: none;"></div>
</body>
but i want to do
<body>
<div><div id="ui-datepicker-div" style="position: absolute; top: 72px; left: 474.8px; display: none;"></div>Content</div>
</body>