jqueryui-detached-1.11

1.11.4-v9 • Public • Published

NPM module that allows you to add an instance of jQuery UI 1.11.x to an instance of jQuery.

Install Package:

npm install --save jqueryui-detached-1.11

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 jqueryui = require('jqueryui-detached-1.11');
 
jqueryui.addToJQuery($);
 

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

Readme

Keywords

none

Package Sidebar

Install

npm i jqueryui-detached-1.11

Weekly Downloads

627

Version

1.11.4-v9

License

MIT

Last publish

Collaborators

  • tfennelly