Here is a jquery autocomplete plugin I googled and seems to do what you want:
http://www.pengoworks.com/workshop/jquery/autocomplete.htm On Jan 23, 4:00 pm, bittermonkey <brakes...@gmail.com> wrote: > How do I initialize a hover on a <A HREF> tag using cursor keys in > jQuery? It's similar to how google highlights its autocomplete > results. So, from google.com, type the letter "a" in the searchbox > then press the Down Arrow Key and notice how the first item in the > autocomplete box gets highlighted and so on if you continue pressing > it. > > How do I accomplish this in jQuery?