The Wayback Machine - https://web.archive.org/web/20170507202926/https://github.com/jquery/jquery-ui/tree/1.11.1
Skip to content
The official jQuery user interface library. https://jqueryui.com/
JavaScript HTML CSS
Latest commit 874945e Aug 13, 2014 @jzaefferer jzaefferer 1.11.1
Permalink
Failed to load latest commit information.
build Build: Update DB version for release script Aug 7, 2014
demos Autocomplete: Fix styling for combobox demo Jul 24, 2014
external Build: Upgrade to jquery-mousewheel 3.1.12 Jul 22, 2014
tests Draggable: ignore overflow:hidden containers with scroll option Aug 12, 2014
themes/base 1.11.1 Aug 13, 2014
ui 1.11.1 Aug 13, 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 Authors: Update Aug 6, 2014
.travis.yml travis: Remove node 0.8, add node 0.10 May 30, 2014
AUTHORS.txt Authors: Update Aug 13, 2014
CONTRIBUTING.md CONTRIBUTING: Fix typo May 7, 2014
Gruntfile.js Resizable: fix JSCS violations Aug 11, 2014
LICENSE.txt Build: Update license Jun 27, 2014
README.md README: Remove content that exists on the contribute site May 20, 2014
bower.json 1.11.1 Aug 13, 2014
package.json 1.11.1 Aug 13, 2014
ui.accordion.jquery.json 1.11.1 Aug 13, 2014
ui.autocomplete.jquery.json 1.11.1 Aug 13, 2014
ui.button.jquery.json 1.11.1 Aug 13, 2014
ui.core.jquery.json 1.11.1 Aug 13, 2014
ui.datepicker.jquery.json 1.11.1 Aug 13, 2014
ui.dialog.jquery.json 1.11.1 Aug 13, 2014
ui.draggable.jquery.json 1.11.1 Aug 13, 2014
ui.droppable.jquery.json 1.11.1 Aug 13, 2014
ui.effect-blind.jquery.json 1.11.1 Aug 13, 2014
ui.effect-bounce.jquery.json 1.11.1 Aug 13, 2014
ui.effect-clip.jquery.json 1.11.1 Aug 13, 2014
ui.effect-drop.jquery.json 1.11.1 Aug 13, 2014
ui.effect-explode.jquery.json 1.11.1 Aug 13, 2014
ui.effect-fade.jquery.json 1.11.1 Aug 13, 2014
ui.effect-fold.jquery.json 1.11.1 Aug 13, 2014
ui.effect-highlight.jquery.json 1.11.1 Aug 13, 2014
ui.effect-puff.jquery.json 1.11.1 Aug 13, 2014
ui.effect-pulsate.jquery.json 1.11.1 Aug 13, 2014
ui.effect-scale.jquery.json 1.11.1 Aug 13, 2014
ui.effect-shake.jquery.json 1.11.1 Aug 13, 2014
ui.effect-size.jquery.json 1.11.1 Aug 13, 2014
ui.effect-slide.jquery.json 1.11.1 Aug 13, 2014
ui.effect-transfer.jquery.json 1.11.1 Aug 13, 2014
ui.effect.jquery.json 1.11.1 Aug 13, 2014
ui.menu.jquery.json 1.11.1 Aug 13, 2014
ui.mouse.jquery.json 1.11.1 Aug 13, 2014
ui.position.jquery.json 1.11.1 Aug 13, 2014
ui.progressbar.jquery.json 1.11.1 Aug 13, 2014
ui.resizable.jquery.json 1.11.1 Aug 13, 2014
ui.selectable.jquery.json 1.11.1 Aug 13, 2014
ui.selectmenu.jquery.json 1.11.1 Aug 13, 2014
ui.slider.jquery.json 1.11.1 Aug 13, 2014
ui.sortable.jquery.json 1.11.1 Aug 13, 2014
ui.spinner.jquery.json 1.11.1 Aug 13, 2014
ui.tabs.jquery.json 1.11.1 Aug 13, 2014
ui.tooltip.jquery.json 1.11.1 Aug 13, 2014
ui.widget.jquery.json 1.11.1 Aug 13, 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.