views:

105

answers:

1

I need a javascript control like the one used by stackoverflow for selecting/removing interesting and ignored tags. I really like the concept of creating little DIVs representing the item(s) you've selected, with an x to remove them.

Where can I find a control like this? Did the creators of stackoverflow write this themselves?

A: 

Try for YUI http://developer.yahoo.com/yui/autocomplete/ its good.

Anil Namde
It's not exactly what I'm looking for, but I can work with it for now. Eventually I'll just write my own.
manu08