0.12.1-v1 • Published 9 years ago

tokenfield-detached-0.12 v0.12.1-v1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

NPM module that allows you to add an instance of Bootstrap Tokenfield 0.12.x to an instance of jQuery.

Install Package:

npm install --save tokenfield-detached-0.12

Usage

The idea is that this module would be used in conjunction with jquery-detached.

E.g.:

var $ = require('jquery-detached-2.1.4').newJQuery();            
var tokenfield = require('tokenfield-detached-0.12');

tokenfield.addToJQuery($);

This pattern can be extended to allow you to create a "private" jQuery instance having a controlled set of jQuery plugins/extensions.