jquery-ui-solo

1.10.5 • Public • Published

jQuery UI for Browserify

jQuery UI provides interactions like Drag and Drop and widgets like Autocomplete, Tabs and Slider and makes these as easy to use as jQuery itself.

If you want to use jQuery UI, go to jqueryui.com to get started. Or visit the Using jQuery UI Forum for discussions and questions.

This repo has a script to convert jQuery UI's modules into browserify modules. It parses the dependencies in the comments of the modules and generates equivalent require calls for them, along with jquery.

To install:

npm install jquery jquery-ui

To use:

// load jquery
var $ = require('jquery');
 
// load everything
require('jquery-ui');
 
// or load just the modules you need
require('jquery-ui/draggable');
require('jquery-ui/droppable');
require('jquery-ui/sortable');

Readme

Keywords

none

Package Sidebar

Install

npm i jquery-ui-solo

Homepage

jqueryui.com

Weekly Downloads

1

Version

1.10.5

License

none

Last publish

Collaborators

  • felixmc