4

I can't seem to find any resources relating to the implementation of SO's interesting tags javascript implementation, where adding tags happens on the client-side, and you can delete tags on the client-side also. It's just I'm looking for a way to select multiple entities for use in a query, without using a multi-select list (combo box?). The tag-style format is very useful. This is also similar to Facebook's messaging where you can specify multiple recipients.

Any pointers?

Kezzer
  • 17,296
  • 26
  • 88
  • 137
  • Duplicate? http://stackoverflow.com/questions/519107/how-can-i-set-up-jquery-autocomplete-like-stackoverflows-tags-input-field – Glennular Apr 01 '10 at 13:58
  • 1
    Similar, but it doesn't support the features I require really. I use autocompleter plugin already, and it doesn't do this. – Kezzer Apr 01 '10 at 14:03

1 Answers1

12

Here's a nice new jQuery Plugin which will even place an image around each tag and add a remove button.

http://plugins.jquery.com/project/tag-it

alt text

Community
  • 1
  • 1
Glennular
  • 16,371
  • 8
  • 54
  • 74