Giter VIP home page Giter VIP logo

jquery-tagger's Introduction

jQuery-Tagger

Welcome to Tagger plugin for jQuery - a new jQuery plugin to create tags from simple input text. If you want to learn how to use this plugin, see the following sections.

  1. Download

You can press the "Download repository as ZIP" button and get the full project source.

  1. What's in?

Inside your downloaded directory, you have two versions of the plugin, the human friendly version (jquery.tagger.js) and a production version (jquery.tagger.min.js). Choose the first if you want to debug and test, but when you migrate your project to your production environment, make sure you are using the minified version.

Also includes four examples (in the /example directory):

  • simple.html - shows the most basic usage of the plugin. It does not deppends on external CSS rules.
  • rainbow.html - shows the usage of the coloring function.
  • email.html - shows the usage of the regex filtering option and the two callbacks includend as configuration.
  • autocomplete.html - shows a simple integration of jQuery Tagger and the Autocomplete tool of jQuery UI.
  1. Usage

If you already have jQuery linked, then you must simply link the jQuery Tagger plugin, create an input text element and initiate the plugin:

<script src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/jquery.tagger.min.js"></script>
<input type="text" name="test" id="test" />
<script type="text/javascript">jQuery("#test").tagger();</script>

Please reffer to the examples folder in your downloaded repo.

  1. Enjoy!

At this point you have a functional environment where you can use jQuery Tagger. For more details in the full configuration strategies included in the plugin, please reffer to our project WIKI.

jquery-tagger's People

Stargazers

Walter Vides avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.