# Tag-it: a jQuery UI plugin --- **IMPORTANT: tag-it is _unmaintained_.** Tag-it has reached end-of-life, and we're not looking to update or maintain it. This library _should_ still work, but there are many PRs open and forks that you might want to consider before using it. As a tag-it replacement, we currently recommend [tagify](https://github.com/yairEO/tagify), which appears to be a popular library that is still being actively developed as of late 2023. Thank you! --- Tag-it is a simple and configurable tag editing widget with autocomplete support. [Homepage](http://aehlke.github.com/tag-it/) ## Demo ![Screenshot](http://aehlke.github.com/tag-it/_static/screenshot.png) Check the [examples.html](http://aehlke.github.com/tag-it/examples.html) for several demos and the [prototype.js](http://aehlke.github.com/tag-it/prototype.js) file for a JavaScript prototype with all options and events. ## Usage First, load [jQuery](http://jquery.com/) (v1.4 or greater), [jQuery UI](http://jqueryui.com/) (v1.8 or greater), and the plugin: If you're using a custom jQuery UI build, it must contain the Core, Widget, Position, and Autocomplete components. The Effects Core with "Blind" and "Highlight" Effect components are optional, but used if available. The plugin requires either a jQuery UI theme or a Tag-it theme to be present, as well as its own included base CSS file ([jquery.tagit.css](http://github.com/aehlke/tag-it/raw/master/css/jquery.tagit.css)). Here we use the Flick theme as an example: Now, let's attach it to an existing `