views:

557

answers:

2

I just searched for jQuery type ahead plugins, but none of them really looked to be very good. Can anyone recommend a good type ahead plugin? I just need a textbox that shows email addresses from our DB as users type in said textbox.

Should I just roll my own?

+2  A: 

I think what you're looking for is JQuery AutoComplete

rockinthesixstring
A: 

Try this one:

http://www.pengoworks.com/workshop/jquery/autocomplete.htm

Chris