views:

901

answers:

4

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.

+6  A: 

Er, jQuery Autocomplete? And another example.

cletus
I am gonna go with jQuery Autocomplete
Jamey McElveen
+2  A: 

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?

Davy Landman
+1  A: 

Try the YUI Auto complete. Works great!! http://developer.yahoo.com/yui/autocomplete/

Ritesh M Nayak
+1  A: 

I used brandspankingnew's AutoSuggest (and happy of it) -> http://www.brandspankingnew.net

Jasper