JQuery UI Datepicker Adding Code Before </body> - Messing Up Layout

gwiatarkso

New Member
I'm using JQuery UI for various things, one being the datepicker. I've notice it's adding this div at the end of my page:\[code\]<div class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible" id="ui-datepicker-div"></div>\[/code\]just before the \[code\]</body>\[/code\] tag. Which leaves a 40px-ish gap at the bottom of the page after my footer.Any ideas how I can get rid of this?Thanks!
 
Top