I am implementing jQuery Autocomplete and wish to display results with an associated image. Each image has the same name as the predicted result of the autocomplete field. i.e. If someone types "braz" then "brazil" appears with brazil.jpg inline beside it. I'm having trouble implementing this.
If anyone can point me in the right direction I'd appreciate it. By the way, I'm using Jorn's version.
Am also interested in using smaller versions of autocomplete, but have only found Drew Wilson's and couldn't manage to work it at all.