As we all know, when listing the result of autocomplete, jqueryui creates the <ul> tag before </body>.
How can I put it to another position?
For example:
<html>
<body>
<input />
<ul class="ui-autocomplete">
......
</ul>
<div id="footer">
......
</div>
</body>
</html>
Found: http://jqueryui.com/demos/autocomplete/#option-appendTo