What would be a JavaScript code library or snippet to provide me with a clean interface for tagging posts or other items with a category? (Similar to the system used here on stackoverflow for tagging questions.)
I’m certainly capable of writing the code for that myself, but I’d prefer not to reinvent the wheel if something that does this is already out there.
I like Select2 for this type of widget.