# tag-it **Repository Path**: xiaoxingli/tag-it ## Basic Information - **Project Name**: tag-it - **Description**: A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tag-it: a jQuery UI plugin 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 `