Hello,
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:
<div class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible" id="ui-datepicker-div"></div>
just before the </body>
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!