Quantcast
Channel: Jquery | Matthew Hailwood » Matthew Hailwood
Viewing all articles
Browse latest Browse all 6

jQuery Tagit – A jQuery tagging plugin

$
0
0
jQuery Tagit Preview
It depends on jQuery 1.4.2. and jQuery.ui 1.8 The Jquery Tagit Plugintransforms an html unordered list into a unique tagging plugin.Why unique? Because jQuery Tagit uses jQuery UI’s auto-complete plugin to supply suggestions to users as they type and has some awesome features.

Features

  • Convenient way for users to enter a list of items
  • Fully integrated with jQuery ui auto complete
  • Automatically adds current input as tag if input loses focus
  • Easy to use public methods
  • Easy to theme (single css file)
  • Customizable accept keys
  • Backspace on empty input deletes previous tag
  • Ability to provide initial tags on creation though options
  • Ability to provide initial tags on creation via list items
  • Option to toggle usage of a hidden select so the tags can be sent using a normal form!
  • Ability to sort tags via drag and drop!
  • Optional Themeroller Compatibility

Demo

Instead of a whole pile of blabing how about you just check out the demo.

Download from GitHub


Viewing all articles
Browse latest Browse all 6

Trending Articles