1.12.1 • Published 7 years ago

jquery-ui-pyritephp v1.12.1

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

jquery-ui-pyritephp

GitHub release

Minimal build of jQuery UI required for PyritePHP.

Upstream version: 1.12.1, built on 2017-05-31

Build Details

  • Components: Toggle All
  • Interactions: check Sortable
  • Theme: No Theme

Usage

We primarily use this through Browserify, so requiring is all that's needed:

'use strict';

var $ = global.jQuery = require('jquery');
var jQueryUI = require('jquery-ui-pyritephp');

...

File jquery-ui.css should also be included in your build process.

LICENSE

Copyright jQuery Foundation and other contributors, https://jquery.org/

This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history available at https://github.com/jquery/jquery-ui

Full license details at https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt