Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a good JavaScript/HTML AutoSuggest example [closed]

I am looking for a good example implementation of a JavaScript/HTML AutoSuggest input box to get me started. What I am trying to implement will behave "Exactly" like the Tags input box here on stackoverflow.

If it helps I am using jQuery to perform Ajax request.

I am finding examples to help me implement this however I am concerned what about best practices in the area and would love to get opinions also.

like image 623
Jamey McElveen Avatar asked Dec 31 '22 04:12

Jamey McElveen


2 Answers

Er, jQuery Autocomplete? And another example.

like image 169
cletus Avatar answered Jan 05 '23 03:01

cletus


Antonio Lupetti has just posted a review of Javascript based auto suggest scripts in his article Useful Ajax Auto Suggest scripts collection.

You might find some interesting links there?

like image 34
Davy Landman Avatar answered Jan 05 '23 02:01

Davy Landman