This content has been marked as final.
Show 1 reply
-
1. Re: Search box with dropdown display of results
KaustavBanerjee Aug 4, 2014 7:59 AM (in response to Jim Layher)Hi,
You are trying to implement auto complete for a text input element. This can achieved best with the use of the JQueryUI autocomplete. Here's a complete tutorial to implement this JQuery function - JQueryUI autocomplete full tutorial and demo
This function can create suggestions based on the user's input. These suggestions can be a list of words you create or can be fetched from a database. You'll find source codes and demo also for all of this on the above link.
Also, if you want a Facebook style suggestion drop down, try this - Search prediction based on user input
But this does not allow keyboard navigation in the drop down. you would have to select using a mouse pointer
