I created an autosuggest script using php, ajax and some css but I can't figure out how to make it so when the script suggests results to allow the user to scroll down the list of results using keyboard arrows and then press enter to select desired result.
The script currently displays in a list format and and onclick the results the info is then filled into the search box.
What technique are people using to allow the user to scroll down with the keyboard and push enter to select a result choice?
Thanks