Autocomplete result box placement
Reading the documentation I've found that autocomplete uses a UL followed by LIs as skeleton to the autocomplete box, with some CSS for rendering it right.
I've seen too that this UL is inserted in the end of the document, is it possible to move that UL to inside a DIV ? I don't want that UL over there, how can I make it a child of a DIV ?
thx
Anderson Fortaleza