Skip to content

mattboldt/taggingJS

 
 

Repository files navigation

taggingJS

Build Status

jQuery plugin to tagging like a charm!

jQuery plugin to create a simple and high customizable front-end tag system.

Example Image

Getting Started

Simplest

  1. Download the tagging.min.js file from this repository;
  2. Include <script src="path/to/tagging.min.js"></script> to the bottom of your page;
  3. Optional - Include the basic CSS tag style <link href="tag-basic-style.css" rel="stylesheet"> to the <head> of your page;
  4. Write in your page something like <div data-name="tag" id="fooTagField">preexisting-tag</div>;
  5. Add to your main JavaScript file $('#fooTagField').tagging(); to implement it;

The data-name="tag" is the class used for every single tag inside the type_zone.

Contribute - With Grunt & co.

  1. Clone the repository;
  2. Open a shell in project's directory;
  3. Write npm install on it (make sure you have installed nodeJS);
  4. Write grunt to execute the default script (without minification), grunt dist to also minify the script (make sure you have installed Grunt).

You can find a working example in Codepen.io or in the project's GitHub page.

Browser Support

Supports all major browsers in the world (IE 6+, Mozilla Firefox 1+, Google Chrome 1+, Safari 5.1+).

Changelog

1.0 - [Mar 22, 2014]

  • First Commit;

About

jQuery plugin to tagging like a charm!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published