Autocomplete 1.8RC2 - Customizing list
Can someone tell me if it is possible to customize the autocomplete list to, for example, include instructions at the top of the list? For instance the resulting html for the autocomplete list that appears may be something like:
<div id="theautocompletelist">
<p>Suggestions</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
....
</ul>
</div>
I have had a look at the code but cannot see that it is possible but perhaps I have missed something?
Thanks