Michał Gołębiowski-Owczarek
0977ea1b48
Demos:Tests: Avoid self-closing HTML tags
...
Self-closing tags are reported by newer versions of the htmllint
Grunt plugin. They also don't make sense in our HTML files
since they are not XHTML-compliant and they run in HTML mode
anyway.
Ref gh-2157
2023-05-10 10:53:57 +02:00
Scott González
0cc197a421
Draggable: Change element ids in demo
2015-11-09 09:51:21 -05:00
Jörn Zaefferer
5cbb419f24
Demos: Add device-width viewport meta to all demos
...
Ref 343c265172
2015-09-30 17:07:38 +02:00
Jörn Zaefferer
cfe91fd9e2
Demos: Add missing disable-selection dependency in sortable-ish demos
...
Ref 4916487440
Ref #9647
2015-09-21 13:13:42 +02:00
Alexander Schmitz
41b5b2d7a9
Draggable: Update to demos to use AMD
...
Ref #10119
2015-07-21 11:00:41 -04:00
Scott González
6df127a0b5
Build: Reorganize external directory
...
Put each external library into its own directory.
Move jquery.js to external.
Ref gh-1266
2014-06-24 22:45:32 -04:00
Jörn Zaefferer
905c5dbf19
Demos: Delete useless interactions demos
...
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.
2014-04-24 20:11:07 +02:00
TJ VanToll
343c265172
Demos: Adding <meta name="viewport"> tag for easier mobile browsing
2014-03-07 09:30:11 -05:00
Jörn Zaefferer
a40647f0e5
All: Rename jquery.js to exclude version in filename
2014-03-05 10:19:11 +01:00
Rafael Xavier de Souza
21154cfa2e
All: Rename all files, removing the "jquery.ui." prefix;
...
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271 ;
Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
onovy
b99f8258bf
Demos: Fixed small typo.
2013-10-18 17:59:12 +02:00
Bruno M. Custódio
0d5eaab9bb
Updating jQuery to 1.10.2.
...
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.
2013-07-05 08:42:37 -04:00
Bruno M. Custódio
b440979ba6
Updating 'jQuery' to 1.9.1.
2013-02-05 13:47:59 +00:00
Kris Borchers
34409e7ddd
Updating to jQuery 1.9.0
2013-01-17 00:28:41 -06:00
Scott González
fb6119e182
Upgrade jQuery to 1.8.3.
2012-11-14 15:22:01 -05:00
Scott González
a638acb583
Upgrade jQuery to 1.8.2.
2012-09-20 21:41:47 -04:00
Scott González
303f20e1b3
Demos: Cleanup.
2012-09-10 11:33:46 -04:00
Scott González
1e6b2b2298
Upgrade jQuery to 1.8.0.
2012-08-13 09:19:09 -04:00
Jörn Zaefferer
878eb54a14
Fix various issues in our html files, first batch
2012-04-23 18:29:35 +02:00
Scott González
89ff5c5232
Upgrade jQuery to 1.7.2.
2012-03-22 09:45:22 -04:00
Richard D. Worth
60799826aa
Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect
2012-02-07 06:06:58 -06:00
Scott González
54fb1441fe
Upgrade jQuery to 1.7.1.
2011-11-22 08:43:09 -05:00
Scott González
50dab05784
Upgrade jQuery to 1.7.
2011-11-09 10:18:33 -05:00
Scott González
efe964d86e
Upgraded jQuery to 1.6.4.
2011-10-18 09:38:27 -04:00
Scott González
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Richard Worth
593799d6e3
Switched to latest stable jQuery 1.5.1
2011-03-02 20:49:20 -05:00
Scott González
fce1f97f76
Upgraded jQuery to 1.4.4.
2010-11-12 09:19:26 -05:00
Scott González
19f9c3a559
Upgraded jQuery to 1.4.3.
2010-10-21 22:29:28 -04:00
Scott González
6cf45dd25a
Draggable demos: Coding standards.
2010-09-10 09:17:58 -04:00
Richard D. Worth
36cb3f7da3
Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated
2010-04-14 08:19:53 -04:00
Richard Worth
bfc180b1ba
html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase
2010-03-12 03:18:34 +00:00
Richard Worth
0798b10717
Fixed #5182 - Update to jQuery 1.4.2
2010-02-16 02:39:57 +00:00
Richard Worth
828bcdd2f0
fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1
2010-02-16 01:38:23 +00:00
Richard Worth
79bd955054
switched to jQuery 1.4.1
2010-01-27 12:29:43 +00:00
Richard Worth
a1e069759d
switched to jQuery 1.4
2010-01-20 13:52:38 +00:00
Scott González
06e29401b8
Split mouse into its own file and udpdated dependency lists.
...
Fixes #5023 - Split mouse code into its own file.
2009-12-22 19:51:24 +00:00
Jörn Zaefferer
b6d17b24d4
extracting widget factory into jquery.ui.widget.js
2009-12-16 22:20:18 +00:00
Richard Worth
e2d873e6f0
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
2009-09-17 10:39:12 +00:00
Richard Worth
e8fcf147a1
demos/draggable/sortable.html: missing semicolon ;
2009-03-17 08:53:54 +00:00
Richard Worth
4caba8e574
demos: draggable - Contrain movement, prevent horizontal scrollbar
2009-03-03 09:27:22 +00:00
Scott Jehl
e3825ccc80
removed margin-left rules from these draggable demos due to IE6 conflict
2009-02-27 04:06:52 +00:00
Richard Worth
352b081a39
Switched to jQuery 1.3.2
2009-02-20 11:40:25 +00:00
Richard Worth
3fdeb1a270
demos draggable sortable: disable text selection
2009-01-30 05:58:39 +00:00
Richard Worth
211451e409
demos draggable handle: disable text selection
2009-01-30 05:55:43 +00:00
Richard Worth
1b005c0871
demos draggable handle: disable text selection
2009-01-30 05:20:05 +00:00
Richard Worth
d1a19a1c91
typo
2009-01-30 05:13:33 +00:00
Paul Bakaus
3b92895a7e
draggable: connectToSortable couldn't accept strings ( fixes #3984 )
2009-01-29 18:36:55 +00:00
Richard Worth
62b7c8eda8
demos: fixed demo descriptions to use CODE for option names instead of STRONG
2009-01-28 10:49:44 +00:00
Richard Worth
e26951da7f
demos draggable delay-start: disable text selection
2009-01-27 18:14:55 +00:00
Richard Worth
19a1468fc3
switched to jQuery 1.3.1
2009-01-22 09:13:28 +00:00