Search code examples
javascriptjqueryajaxtagsautosuggest

Tag suggestion plugin ala Stackoverflow tags


I love the way StackOverflow handles tags. Is there any jQuery plugin that would duplicate the behavior?

I found this jQuery Tag Suggest but it's not near as good.

Any suggestions?


Solution

  • The jQuery UI Autocomplete widget has something very similar now worth checking out (if you're already using jQuery UI): the Autocomplete multiple values example.