The Wayback Machine - https://web.archive.org/web/20170626201144/https://github.com/jquery/jquery-ui/tree/1.11.0
Skip to content
The official jQuery user interface library. https://jqueryui.com/
JavaScript HTML CSS
Latest commit 3ec7ac2 Jun 26, 2014 @jzaefferer jzaefferer 1.11.0
Permalink
Failed to load latest commit information.
build Build: Update DB version for releases Jun 26, 2014
demos Build: Reorganize external directory Jun 25, 2014
external Test: Get all jQuery versions from Bower Jun 25, 2014
tests Tests: Use closeEnough() to account for rounding differences Jun 25, 2014
themes/base 1.11.0 Jun 26, 2014
ui 1.11.0 Jun 26, 2014
.csslintrc Use .csslintrc instead of inlining rules in the Gruntfile. Mar 15, 2013
.editorconfig Exempt external directory from .editorconfig rules Oct 22, 2012
.gitattributes Build: Force LF for JS source files Mar 5, 2014
.gitignore Build: Update grunt-compare-size to latest, add it's .sizecache.json … Sep 20, 2013
.jscs.json Build: Update grunt and grunt-jscs-checker, use jquery preset for jscs Jan 10, 2014
.jshintrc Updated .jshintrc settings. Apr 8, 2013
.mailmap Updated author information. Dec 11, 2013
.travis.yml travis: Remove node 0.8, add node 0.10 May 30, 2014
AUTHORS.txt Authors: Update May 16, 2014
CONTRIBUTING.md CONTRIBUTING: Fix typo May 7, 2014
Gruntfile.js Bower: Change jquery dependency to >=1.6 (don't limit max version) Jun 25, 2014
MIT-LICENSE.txt All: Updating copyright year to 2014 Jan 29, 2014
README.md README: Remove content that exists on the contribute site May 20, 2014
bower.json 1.11.0 Jun 26, 2014
package.json 1.11.0 Jun 26, 2014
ui.accordion.jquery.json 1.11.0 Jun 26, 2014
ui.autocomplete.jquery.json 1.11.0 Jun 26, 2014
ui.button.jquery.json 1.11.0 Jun 26, 2014
ui.core.jquery.json 1.11.0 Jun 26, 2014
ui.datepicker.jquery.json 1.11.0 Jun 26, 2014
ui.dialog.jquery.json 1.11.0 Jun 26, 2014
ui.draggable.jquery.json 1.11.0 Jun 26, 2014
ui.droppable.jquery.json 1.11.0 Jun 26, 2014
ui.effect-blind.jquery.json 1.11.0 Jun 26, 2014
ui.effect-bounce.jquery.json 1.11.0 Jun 26, 2014
ui.effect-clip.jquery.json 1.11.0 Jun 26, 2014
ui.effect-drop.jquery.json 1.11.0 Jun 26, 2014
ui.effect-explode.jquery.json 1.11.0 Jun 26, 2014
ui.effect-fade.jquery.json 1.11.0 Jun 26, 2014
ui.effect-fold.jquery.json 1.11.0 Jun 26, 2014
ui.effect-highlight.jquery.json 1.11.0 Jun 26, 2014
ui.effect-puff.jquery.json 1.11.0 Jun 26, 2014
ui.effect-pulsate.jquery.json 1.11.0 Jun 26, 2014
ui.effect-scale.jquery.json 1.11.0 Jun 26, 2014
ui.effect-shake.jquery.json 1.11.0 Jun 26, 2014
ui.effect-size.jquery.json 1.11.0 Jun 26, 2014
ui.effect-slide.jquery.json 1.11.0 Jun 26, 2014
ui.effect-transfer.jquery.json 1.11.0 Jun 26, 2014
ui.effect.jquery.json 1.11.0 Jun 26, 2014
ui.menu.jquery.json 1.11.0 Jun 26, 2014
ui.mouse.jquery.json 1.11.0 Jun 26, 2014
ui.position.jquery.json 1.11.0 Jun 26, 2014
ui.progressbar.jquery.json 1.11.0 Jun 26, 2014
ui.resizable.jquery.json 1.11.0 Jun 26, 2014
ui.selectable.jquery.json 1.11.0 Jun 26, 2014
ui.selectmenu.jquery.json 1.11.0 Jun 26, 2014
ui.slider.jquery.json 1.11.0 Jun 26, 2014
ui.sortable.jquery.json 1.11.0 Jun 26, 2014
ui.spinner.jquery.json 1.11.0 Jun 26, 2014
ui.tabs.jquery.json 1.11.0 Jun 26, 2014
ui.tooltip.jquery.json 1.11.0 Jun 26, 2014
ui.widget.jquery.json 1.11.0 Jun 26, 2014

README.md

jQuery UI - Interactions and Widgets for the web

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive web applications, or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

If you want to use jQuery UI, go to jqueryui.com to get started, jqueryui.com/demos/ for demos, api.jqueryui.com for API documentation, or the Using jQuery UI Forum for discussions and questions.

If you want to report a bug/issue, please visit bugs.jqueryui.com.

If you are interested in helping develop jQuery UI, you are in the right place. To discuss development with team members and the community, visit the Developing jQuery UI Forum or #jqueryui-dev on irc.freenode.net.

For contributors

If you want to help and provide a patch for a bugfix or new feature, please take a few minutes and look at our Getting Involved guide. In particular check out the Coding standards and Commit Message Style Guide.

In general, fork the project, create a branch for a specific change and send a pull request for that branch. Don't mix unrelated changes. You can use the commit message as the description for the pull request.

Running the Unit Tests

Run the unit tests with a local server that supports PHP. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options:

Building jQuery UI

jQuery UI uses the Grunt build system.

To build jQuery UI, you must have node.js installed and then run the following commands:

# Install the Grunt CLI
npm install -g grunt-cli

# Clone the jQuery UI git repo
git clone git://github.com/jquery/jquery-ui.git
cd jquery-ui

# Install the node module dependencies
npm install

# Run the concat task to concatenate files
grunt concat

# There are many other tasks that can be run through Grunt.
# For a list of all tasks:
grunt --help
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.