Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.01 KB

README.rst

File metadata and controls

35 lines (22 loc) · 1.01 KB

jQuery Tagging Tools

A set of components for creating a nice tagging interface (like the one seen on Facebook).

I made this component (call it plugin if you like) because I simply couldn't find one that was up-to-date and modular enough to be used across my own projects.

Tested in latest versions of Chrome, Safari, Firefox, Opera and IE7+

Building Blocks

The tagging tools consists of three pieces of smaller components that can all be used independently of each other. These are:

  • jquery.tagBox.js (by me)
  • jquery.autoGrowInput.js (by James Padolsey)
  • jquery UI autocomplete.

Although I've used jQuery UI in my code, the tagBox is built with a clean API to be able to plug-in any autocomplete backend (or any UI widget you'd want to use in conjunction with it).

Usage

The demo.html file has a fully working example. View Source!

Demo

I've setup a demo at my website: http://webcloud.se/code/jQuery-TaggingTools/

Please let me know if you find any bugs.

Cheers