kolrie
kolrie

Reputation: 12732

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?

Upvotes: 0

Views: 995

Answers (2)

kolrie
kolrie

Reputation: 12732

Here is another awesome example of how to do it using Rails and jQuery UI Autocomplete:

http://railscasts.com/episodes/102-auto-complete-association-revised

Upvotes: 0

Nick Craver
Nick Craver

Reputation: 630429

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.

Upvotes: 2

Related Questions