Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable: Update to demos to use AMD | Alexander Schmitz | 2015-07-21 | 10 | -81/+20 |
| | | | | Ref #10119 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 10 | -10/+10 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Demos: Delete useless interactions demos | Jörn Zaefferer | 2014-04-24 | 2 | -39/+0 |
| | | | | | | | All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous. | ||||
* | Demos: Adding <meta name="viewport"> tag for easier mobile browsing | TJ VanToll | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 11 | -11/+11 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 11 | -56/+56 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Demos: Fixed small typo. | onovy | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 11 | -11/+11 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 11 | -11/+11 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 11 | -11/+11 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 11 | -11/+11 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 11 | -11/+11 |
| | |||||
* | Demos: Cleanup. | Scott González | 2012-09-10 | 12 | -135/+48 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 11 | -11/+11 |
| | |||||
* | Fix various issues in our html files, first batch | Jörn Zaefferer | 2012-04-23 | 1 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 11 | -11/+11 |
| | |||||
* | Demos draggable: corrected cursor option in cursor-style demos to not be ↵ | Richard D. Worth | 2012-02-07 | 1 | -2/+2 |
| | | | | inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 11 | -11/+11 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 11 | -11/+11 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 11 | -11/+11 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 11 | -11/+11 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 11 | -11/+11 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 11 | -11/+11 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 11 | -11/+11 |
| | |||||
* | Draggable demos: Coding standards. | Scott González | 2010-09-10 | 12 | -221/+219 |
| | |||||
* | Draggable demo: visual feedback - use draggable option stack selector. Fixed ↵ | Richard D. Worth | 2010-04-14 | 1 | -1/+1 |
| | | | | #5513 - Draggable/Stackable Demo broken and docs need to be updated | ||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 12 | -12/+24 |
| | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 11 | -11/+11 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 11 | -11/+11 |
| | | | | file renames in 1.8a1 | ||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 11 | -11/+11 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 11 | -11/+11 |
| | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 11 | -0/+11 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 11 | -0/+11 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 11 | -23/+23 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | demos/draggable/sortable.html: missing semicolon ; | Richard Worth | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | demos: draggable - Contrain movement, prevent horizontal scrollbar | Richard Worth | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | removed margin-left rules from these draggable demos due to IE6 conflict | Scott Jehl | 2009-02-27 | 8 | -9/+9 |
| | |||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 11 | -11/+11 |
| | |||||
* | demos draggable sortable: disable text selection | Richard Worth | 2009-01-30 | 1 | -1/+2 |
| | |||||
* | demos draggable handle: disable text selection | Richard Worth | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | demos draggable handle: disable text selection | Richard Worth | 2009-01-30 | 1 | -0/+1 |
| | |||||
* | typo | Richard Worth | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | draggable: connectToSortable couldn't accept strings (fixes #3984) | Paul Bakaus | 2009-01-29 | 1 | -1/+1 |
| | |||||
* | demos: fixed demo descriptions to use CODE for option names instead of STRONG | Richard Worth | 2009-01-28 | 9 | -12/+12 |
| | |||||
* | demos draggable delay-start: disable text selection | Richard Worth | 2009-01-27 | 1 | -0/+1 |
| | |||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 11 | -11/+11 |
| | |||||
* | demos/draggable/events: tiny CSS fix for IE6 | Bohdan Ganicky | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | added 'cursor' options to examples | Maggie Costello Wachs | 2009-01-19 | 1 | -2/+2 |
| | |||||
* | Added caption about setting cursor style w/ cursor option | Maggie Costello Wachs | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | forced a line break in the "snap to" nav text | Maggie Costello Wachs | 2009-01-16 | 1 | -1/+1 |
| |