Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stackoverflow's Interesting Tags Implementation [closed]

Tags:

jquery

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?

like image 747
Kezzer Avatar asked Dec 17 '22 01:12

Kezzer


1 Answers

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

like image 72
Glennular Avatar answered Dec 29 '22 18:12

Glennular