[jQuery] Autocomplete Plugin: Expand DIV with image and link
Hi!
I'm using the amazing autocomplete plugin and it works perfectly. Now
I'm trying to expand the div containing the ul with the results and
add a linked image (e.g. powered by ...) after the ul.
The HTML code between </ul> and </div> should be something like this:
<p style="text-align: right;"><a href="http://www.xxx.com"><img
src="../images/poweredby.gif" alt="powered by xxx.com" width="150"
height="20" border="0" /></a>
Unfortunately, I have no idea how to implement this code...
I really would appreciate any help! Many thanks in advance.
Michèle