Skip to content

Hi! I cleaned up your code for you! #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 253 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
253 commits
Select commit Hold shift + click to select a range
714a77f
Accordion: Properly handle collapsible: false and active: false by ch…
scottgonzalez Feb 3, 2011
d099e3a
Accordion: Handle negative values for active option on init.
scottgonzalez Feb 3, 2011
2e17770
Accordion: Update active option when programmatically collapsing the …
scottgonzalez Feb 3, 2011
a4da197
Accordion: Added tests for custom header option.
scottgonzalez Feb 3, 2011
352ef4c
Accordion: Cleaned up destroy and refresh methods.
scottgonzalez Feb 3, 2011
678ff63
Added version property to plugins that were missing them.
scottgonzalez Feb 3, 2011
ed49033
Accordion: Updated demos to use the new API.
scottgonzalez Feb 3, 2011
ee88a56
Widget: Added ability to use $.widget() to create extensions. Fixes #…
scottgonzalez Feb 3, 2011
ed57047
Accordion: First pass at cleaning up activation/event handling code.
scottgonzalez Feb 4, 2011
e2560f6
Accordion: Always have _activate delegate to _eventHandler.
scottgonzalez Feb 5, 2011
d808f93
Accordion: Simplify _toggle() implementation.
scottgonzalez Feb 5, 2011
e986bd8
Accordion: Reduced some code in _toggle().
scottgonzalez Feb 5, 2011
548bdb1
Mouse: Reset click event suppression on next mousedown. Fixes #6946 -…
joshvarner Feb 5, 2011
cf0649e
Mouse: Adding visual test for issue #6946 - Mouse: click event suppre…
joshvarner Feb 5, 2011
8fe10dc
Fix spinner demos to latest jquery-global API. Also cleanup.
jzaefferer Feb 7, 2011
ba4fa2b
Spinner: Fix unnecessary var
jzaefferer Feb 7, 2011
ce51ede
Spinner: Fix time spinner demo; workaround for _super issue.
jzaefferer Feb 7, 2011
93916b4
Accordion: Added note about using ui-accordion-header-active class.
scottgonzalez Feb 8, 2011
fba3349
Merge branch 'master' of github.com:jquery/jquery-ui
scottgonzalez Feb 8, 2011
fb35d4e
Accordion: Reset overflow on both content panels being animated, not …
scottgonzalez Feb 8, 2011
6096aed
Widget: Fixed super methods with deep inheritance chains.
scottgonzalez Feb 11, 2011
92bae28
Widget: Only create _super and _superApply once per method, then assi…
scottgonzalez Feb 11, 2011
5b104db
Button: Batched class changes to improve performance. Fixes #6934. Bu…
Adovenmuehle Feb 11, 2011
1cb1b9c
Widget: Handle super calls when method calls go up and down the inher…
scottgonzalez Feb 11, 2011
c8063f9
Added swarminject.js for menu, spinner, and tooltip test pages. Fixes…
rdworth Feb 11, 2011
e69839a
Menu: Fix unit tests and set the right menu1-activedescendant attribute
jzaefferer Feb 11, 2011
cfa4833
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer Feb 11, 2011
c4a7f45
Tooltip: Added missing items test
jzaefferer Feb 11, 2011
d505c7c
Datepicker: improved translation of Norwegian names for days and mont…
msolli Feb 14, 2011
a3cba34
Datepicker: Properly handle datepickers attached to inputs that are h…
scottgonzalez Feb 15, 2011
8ef8d2d
Tabs: Pass original event for show and select events. Fixes #5043 - T…
petersendidit Feb 8, 2011
6c3477e
Merge remote branch 'msolli/master'
scottgonzalez Feb 15, 2011
5c3dc7d
Datepicker: prevent datepicker initialization on empty jquery collect…
danheberden Feb 15, 2011
ed531ef
Menu: Remove ui-state-hover class from menu items on destroy
jzaefferer Feb 14, 2011
c94ec23
Widget: modified widget to throw exception on attempt to call private…
mindfilleter Feb 16, 2011
c44818f
Datepicker: Account for daylight saving when calculating number of da…
scottgonzalez Feb 16, 2011
b107181
Fix datepicker tests to pass in Chrome and run faster by letting QUnit
jzaefferer Feb 18, 2011
b4bcc1b
Datepicker: Display Year before Month in Hungarian i18n. Fixes #7019…
ajpiano Feb 18, 2011
7c4d6a7
Datepicker i18n: Changed all html named character entities to unicode…
rdworth Feb 19, 2011
5082e3e
Menu: Fix visual test to use select event (was selected)
jzaefferer Feb 21, 2011
84a4a44
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer Feb 21, 2011
f70f01a
Accordion: Handle changing the event option. Fixes #6740 - Dynamicall…
scottgonzalez Feb 21, 2011
a1ebed7
Unit tests: Add QUnit toolbar for hiding passed tests
jzaefferer Feb 21, 2011
7b43b32
Tagging the 1.9m4 release.
scottgonzalez Feb 21, 2011
2c4a30f
Updating the master version to 1.9pre
scottgonzalez Feb 21, 2011
1c7ab04
Disable dialog tests on TestSwarm until we can get some running in IE6
jzaefferer Feb 21, 2011
b3e849b
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer Feb 21, 2011
a1eaac8
Spinner: Use jQuery's focus() method instead of DOM method to set focus
jzaefferer Feb 21, 2011
3557058
Menu: Overhauled nested menu via flyoutmenu.js backported from Michael
jzaefferer Feb 22, 2011
68c13cd
Menu: Escape characters for RegExp matching for keyboard item matching.
jzaefferer Feb 22, 2011
f8091f7
Menu: Overhauled menubar, again starting with Michael Lang's fork. Added
jzaefferer Feb 22, 2011
faa4b97
Menu: Rename nested.html to flyoutmenu.html, updated headers
jzaefferer Feb 22, 2011
ddfd5e6
Menu: Introducing position option into flyout menu
jzaefferer Feb 23, 2011
98fef9c
Menu: Test page for table-based menu (hackity hack)
jzaefferer Feb 23, 2011
6597d3e
Drop unused tests/unit/defaults.html. If any, we need to composite suite
jzaefferer Feb 23, 2011
c37637e
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
jzaefferer Feb 23, 2011
9626484
Fixed #6979 - Several components are leaking variables into the globa…
gilmoreorless Feb 13, 2011
d7682da
Menu: Add some testing for ensure that id-attributes aren't overwritten.
jzaefferer Feb 23, 2011
0d659d4
Menu: Rename activate to focus and deactivate to blur method
jzaefferer Feb 24, 2011
3f353cc
Menu: Update unit test to use focus instead of activate method
jzaefferer Feb 24, 2011
d74fb20
Menu: Replace ui-state-hover with ui-state-focus. More semantic, looks
jzaefferer Feb 24, 2011
ee34b0d
Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymore
jzaefferer Feb 24, 2011
5095871
Autocomplete: Added support for contenteditable elements. Fixes #6914…
scottgonzalez Feb 24, 2011
5d3f91b
Menu: Move item matching code into menu
jzaefferer Feb 24, 2011
6bd95ef
Menu: Fix filter matching to work with flyout menu
jzaefferer Feb 24, 2011
5c687be
Menu: Refactoring flyout menu in prepartion for merging into menu
jzaefferer Feb 24, 2011
38cfcff
Menu: Update autocomplete to use deactivate and check for focus class
jzaefferer Feb 24, 2011
0ddf677
Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html
jzaefferer Feb 24, 2011
7d03598
Menu: Outline outline on focussed menu
jzaefferer Feb 24, 2011
84d59de
Menu: Update menubar to use menu instead of removed flyoutmenu.
jzaefferer Feb 24, 2011
7b3a4e7
Added menubar styles
Feb 24, 2011
9340da3
Added ui-* classes to widget container
Feb 24, 2011
b50fa46
Added menubar styles and removed ui-widget-header class from markup
Feb 24, 2011
af0db70
Line 58: document click function was missing event parameter
Feb 24, 2011
9e7820a
Added another nested list for testing
Feb 24, 2011
adf80bf
Added active state toggle to items with submenus to provide "breadcru…
Feb 24, 2011
f73466a
Removed active state when menu closes
Feb 24, 2011
b8f3e5b
Menu: Fix testsuite, new option
jzaefferer Feb 24, 2011
75afd33
Added a second example to show a menubar with buttons and icons and o…
Feb 24, 2011
63a7281
Added two options to set the button style and add down arrow icons
Feb 24, 2011
c2f9677
Merge branch 'master' of github.com:jquery/jquery-ui
Feb 24, 2011
bed6def
Autocomplete tests: Fixed various bugs in various versions of IE.
scottgonzalez Feb 24, 2011
105ef8b
Menu: Add ui-state-active to active menu bar button
jzaefferer Feb 24, 2011
643e20c
Menu: Optimize menu positioning in menubar
jzaefferer Feb 24, 2011
0cd2977
Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: …
scottgonzalez Feb 25, 2011
f095f23
Merge branch 'master' of github.com:jquery/jquery-ui
scottgonzalez Feb 25, 2011
b65583a
Menu: Cleanup unit test page
jzaefferer Feb 25, 2011
6a5eb35
Position: Drop offset-as-a-setter from position, 1.9 won't support core
jzaefferer Feb 25, 2011
540b78d
Adding a domEqual assertion to our testsuite for more sane DOM
jzaefferer Feb 25, 2011
baf28d2
Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty
jzaefferer Feb 25, 2011
260a644
Autocomplete: Update combobox menu to point out limits and link to
jzaefferer Feb 25, 2011
e72afe4
Button: Only add text classes if there is text. Fixes #7040 - button …
scottgonzalez Feb 26, 2011
3d3b5dd
Position: Test for window scrollTop support and run scrolled window test
jzaefferer Feb 26, 2011
9ac6bde
Accordion: Improve unit test to get consistent results on mobile devices
jzaefferer Feb 26, 2011
48f060a
Spinner: Ignore delta of 0 from triggered mousewheel event. Verified
jzaefferer Feb 26, 2011
ffb96bc
Widget tests: Work around a bug in jQuery core in IE 9rc.
scottgonzalez Feb 26, 2011
b4d75c1
Tooltip: Rename _show to _open.
scottgonzalez Feb 26, 2011
31a181a
Tooltip: Make sure we have a target before trying to open the tooltip.
scottgonzalez Feb 26, 2011
a256e05
Menu: Move addClass(active) call to _open to make it work for both mouse
jzaefferer Feb 28, 2011
2221dd6
Menu: Cleanup
jzaefferer Feb 28, 2011
f76e749
Menubar: Remove dependency on button and simplify CSS accordingly.
jzaefferer Feb 28, 2011
58b730f
Menubar: Close menu on input click when already open
jzaefferer Feb 28, 2011
2ad1cf3
Starting to clean up the internal API for animations
gnarf Mar 3, 2011
0b18671
Should add a visual test for the standard show/hide method to make su…
gnarf Mar 3, 2011
5fd1f17
Quick rewrite for new options object
gnarf Mar 3, 2011
593799d
Switched to latest stable jQuery 1.5.1
rdworth Mar 3, 2011
a370d1f
Just a quick touch to update to new internal effects object API
gnarf Mar 3, 2011
a1c8c7b
Updated to new effects object API
gnarf Mar 3, 2011
5c6afa8
Datepicker i18n: corrected arabic month name for May. Fixed #7055 - D…
rdworth Mar 3, 2011
5c4577f
Cleaning up effects.core _normalizeArguments a bit more
gnarf Mar 3, 2011
15c97e0
Dialog: Added a class to dialog wrapper when it is currently displayi…
dcneiner Mar 2, 2011
2fdc868
Effects: General Code Cleanup
gnarf Mar 4, 2011
f1d939b
Sortable: Changed floating calculation to determine also whether item…
michaelmwu Mar 5, 2011
d742cd6
Effects: Minor whitespace improvements
gnarf Mar 5, 2011
210fcc4
effects.clip: Style Guidance
gnarf Mar 6, 2011
7391fe8
effects.clip: Reuse a var instead of calculate again
gnarf Mar 6, 2011
61cf834
effects.drop: Style Guidance
gnarf Mar 6, 2011
bcb8f7e
effects.*: More Style Guidance
gnarf Mar 6, 2011
8ce879e
Adding fade to the tests
gnarf Mar 6, 2011
7a60bc6
effect.*: Style Guidance
gnarf Mar 6, 2011
9c771b8
effects.*: Style Guidance
gnarf Mar 7, 2011
576cd0b
effects.*: style guidance
gnarf Mar 7, 2011
703cd82
effects.core: Style Guidance
gnarf Mar 7, 2011
69a7382
effects.fade: Using $ instead of jQuery
gnarf Mar 7, 2011
b6debf4
effects.drop: Quick second pass Style Guidance
gnarf Mar 7, 2011
74b7c3f
Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #…
aparod Feb 17, 2011
d4b2e49
Merge branch 'master' of https://github.com/voxwerk/jquery-ui into vo…
scottgonzalez Mar 7, 2011
d7979a8
Mouse visual test: Bump jQuery version.
scottgonzalez Mar 7, 2011
fefb29d
Merge branch 'master' into effects-api
gnarf Mar 7, 2011
1037444
Switched to latest stable jQuery 1.5.1
rdworth Mar 3, 2011
ea89522
Datepicker i18n: corrected arabic month name for May. Fixed #7055 - D…
rdworth Mar 3, 2011
6008a30
Dialog: Added a class to dialog wrapper when it is currently displayi…
dcneiner Mar 2, 2011
4ad513b
Sortable: Changed floating calculation to determine also whether item…
michaelmwu Mar 5, 2011
18ad8ff
Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #…
aparod Feb 17, 2011
0680b59
Mouse: Reset click event suppression on next mousedown. Fixes #6946 -…
joshvarner Feb 5, 2011
1ac9aa4
Mouse: Adding visual test for issue #6946 - Mouse: click event suppre…
joshvarner Feb 5, 2011
8a0394d
Mouse visual test: Bump jQuery version.
scottgonzalez Mar 7, 2011
b319864
effect.puff: Errant console.log removed
gnarf Mar 8, 2011
74cff5d
Merge branch 'effects-api' of github.com:gnarf37/jquery-ui into effec…
gnarf Mar 8, 2011
3a0ec39
Draggable: modify margins of the containment according to the margin …
ghusse Mar 8, 2011
f999668
Dialog: Before handling escape key presses, check if the default acti…
fracmak Mar 8, 2011
58480d8
Unit tests: removed no longer utilized tickets.js files for Menu and …
rdworth Mar 8, 2011
fa7f5d2
Effects demo: Animate a containing div instead of the canvas directly…
gnarf Mar 8, 2011
3875cf6
Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui in…
scottgonzalez Mar 9, 2011
19e7244
Effects: Handle just passing an effect name.
scottgonzalez Mar 9, 2011
4ade64b
effects.*: Explode effect was removing more elements than it should u…
gnarf Mar 11, 2011
86e6ed2
Droppable: enabled and accepting droppables are now activated prior t…
EleotleCram Mar 11, 2011
3f8c608
effects.core: Another place where args.callback was used that escaped…
gnarf Mar 11, 2011
0eb1106
Merge branch 'ddmanager-caches-wrong-dimensions' of https://github.co…
scottgonzalez Mar 11, 2011
0b30a1d
Button: find associated label even without common ancestor. Fixes #70…
ddstreet Mar 11, 2011
5a5a809
Menu: Improve CSS on testpage
jzaefferer Mar 11, 2011
5bc57a8
Menu: Add menubar-with-one-button-in-table example.
jzaefferer Mar 11, 2011
39dcad6
effects.explode: rework math used to split the div into peices - spli…
gnarf Mar 12, 2011
7bb0e40
effects.explode: correcting my misspelled variable name :/
gnarf Mar 12, 2011
84257e7
Draggable: Calling .refreshPositions instead of ._refreshItems when d…
FurLined Mar 14, 2011
056cab8
Accordion: set aria-selected to true on selected header, false on oth…
rdworth Mar 15, 2011
09215ef
Autocomplete: new option autoFocus, default false. Fixed #7032 - Auto…
rdworth Mar 15, 2011
2f5eade
Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 …
rdworth Mar 15, 2011
56b7ec1
Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocompl…
rdworth Mar 15, 2011
d64c9ef
Effects: Moved effects to $.effects.effect[] and deprecated use of $.…
gnarf Mar 15, 2011
ac0cc2f
Datepicker: Updated to check for new or old style effects (see #7103).
gnarf Mar 11, 2011
4881a27
Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-ui
scottgonzalez Mar 15, 2011
c1a0f2b
Autocomplete: refactored unit tests for autoFocus option
rdworth Mar 15, 2011
4026d3a
Autocomplete: moved autoFocus implementation to after menu visible fo…
rdworth Mar 15, 2011
9b3bade
Autocomplete unit test: corrected name and argument order of equal() …
rdworth Mar 15, 2011
da67ece
Menu: Handle clicking on a menu item without hovering it first. Fixes…
scottgonzalez Mar 15, 2011
2ddf83f
Menu: More test markup
jzaefferer Mar 17, 2011
a077047
Menu: Implement delaying of opening and closing submenus
jzaefferer Mar 17, 2011
4a04ad2
Menu: Fix menubar tab and focus handling
jzaefferer Mar 17, 2011
4f8c913
Menu: menubar cleanup
jzaefferer Mar 17, 2011
0872aac
Widget: Accept selectors and DOM elements as element-argument to _bind
jzaefferer Mar 17, 2011
2e38e04
Menubar: Handle ESCAPE to close and refactor document-click code to a…
jzaefferer Mar 17, 2011
37fee24
Menubar: Handle cursor UP/DOWN to open menu
jzaefferer Mar 17, 2011
b53f242
Menubar: Close submenus on Escape first, only close all when on top-l…
jzaefferer Mar 17, 2011
d4a81ec
Menubar: Put focus back to button when closing menu
jzaefferer Mar 17, 2011
133137b
Menubar: Focus/tab handling, improved much
jzaefferer Mar 17, 2011
24d1952
Menubar: Fix closing with escape key
jzaefferer Mar 17, 2011
cb17d6d
Menubar: Another fix for tab/focus handling
jzaefferer Mar 17, 2011
80d6d35
Menubar: on a single-button menubar, ignore reopening the same menu
jzaefferer Mar 17, 2011
c0f7afd
Menubar: Don't close active menu on mouseenter of associated button
jzaefferer Mar 17, 2011
5a112d4
Menu: Close submenu on ESCAPE keypress
jzaefferer Mar 17, 2011
6d01645
Datepicker: Changed a comment that causes problems with YUI Compresso…
scottgonzalez Mar 18, 2011
3ce8429
Restructured if/else's for better readability
thg2k Mar 20, 2011
f78f20a
Build: Update to latest Closure Compiler jar
jzaefferer Mar 20, 2011
f0dbb83
Updated to latest QUnit
jzaefferer Mar 20, 2011
93fd447
Use QUnit.push instead of assertion method for custom assertions to get
jzaefferer Mar 20, 2011
4d55709
Tabs: Updates cookie demo to include more information on how to find …
RedWolves Mar 20, 2011
710d762
Tabs: Fix disable and enable methods to correctly handle when index i…
petersendidit Feb 6, 2011
bc08ffa
Merge branch 'master' of https://github.com/RedWolves/jquery-ui
scottgonzalez Mar 21, 2011
52fd686
Merge branch 'master' of https://github.com/thg2k/jquery-ui
scottgonzalez Mar 21, 2011
923b5b6
Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-ui
scottgonzalez Mar 21, 2011
7fc0cec
Position: Removed unused refenrece to $.fn.offset.
scottgonzalez Mar 21, 2011
a6fbb47
Position: Fixed typo.
scottgonzalez Mar 21, 2011
02ba487
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
ajpiano Mar 21, 2011
00547ec
Spinner: Remove debugging output that appends directly to the body fr…
ajpiano Mar 21, 2011
d4dadd1
Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jq…
scottgonzalez Mar 22, 2011
6f051d5
Position: Merged offset option into my and at options and added suppo…
scottgonzalez Mar 22, 2011
221dcd7
Position: Coding standards.
scottgonzalez Mar 22, 2011
de5a98e
Position: Split out tests for deprecated offset option.
scottgonzalez Mar 22, 2011
e7991e3
Autocomplete: Added response event. Fixes #6777 - Autocomplete callba…
scottgonzalez Mar 22, 2011
f772240
Widget: Maintain stack when a method returns a jQuery object. Fixes #…
scottgonzalez Mar 22, 2011
79c0fb7
Accordion: Added missing semicolon.
scottgonzalez Mar 23, 2011
c6e7e3f
Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Depr…
scottgonzalez Mar 23, 2011
aaa21dd
Accordion tests: Fixed indentation.
scottgonzalez Mar 23, 2011
b85e115
Accordion: Removed static test pages. Added unit tests for dl markup …
scottgonzalez Mar 23, 2011
bf7237b
Dialog: Removed static test pages.
scottgonzalez Mar 23, 2011
8009d00
Interactions: Removed static test pages.
scottgonzalez Mar 23, 2011
2a09fcc
Progressbar: Removed static test pages.
scottgonzalez Mar 23, 2011
e562ef7
Tabs: Removed static test pages.
scottgonzalez Mar 23, 2011
aa235d4
Static tests: Removed highlight/error, overlay and index pages.
scottgonzalez Mar 23, 2011
d847a1e
Accordion: Removed visual test pages.
scottgonzalez Mar 23, 2011
6af1e7a
Autocomplete: Removed visual test pages.
scottgonzalez Mar 23, 2011
928c7e4
Tabs: Removed visual test pages.
scottgonzalez Mar 23, 2011
a201549
Progressbar: Removed visual test pages.
scottgonzalez Mar 23, 2011
6fc98de
Widget: Allow setting individual properties of deep options. Fixes #7…
scottgonzalez Mar 24, 2011
03ef2fb
Tabs: Split out event handler, showtab, hidetab, resetStyle to their …
petersendidit Mar 26, 2011
aeaaf93
Tabs: Add beforeload event; deprecate ajaxOptions and cache options. …
petersendidit Mar 26, 2011
3d61244
Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort method
petersendidit Mar 26, 2011
e7971c9
Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner o…
petersendidit Mar 26, 2011
e5f081b
Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecat…
petersendidit Mar 26, 2011
e378876
Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate ad…
petersendidit Mar 26, 2011
03eb54b
Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the le…
petersendidit Mar 26, 2011
8b89feb
Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add …
petersendidit Mar 27, 2011
f6e7b6c
Use this.running to know if we are still in process of showing/hiddin…
petersendidit Mar 27, 2011
1e2d314
Tabs: Deprecate url method; use aria-controls instead of title to spe…
petersendidit Mar 27, 2011
c363019
Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate opti…
petersendidit Mar 27, 2011
9a00fd4
Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename sele…
petersendidit Mar 27, 2011
787efd3
Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show ev…
petersendidit Mar 27, 2011
8b0c361
Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename…
petersendidit Mar 27, 2011
b5e6786
Autocomplete: changed autoFocus default back to false. Reverts #7042 …
rdworth Mar 28, 2011
ec48255
Accordion: Removed empty ticket test file.
scottgonzalez Mar 28, 2011
ec0a9cc
Removed empty ticket test files.
scottgonzalez Mar 28, 2011
6a0cdaa
Merge branch 'master' of github.com:jquery/jquery-ui
rdworth Mar 28, 2011
78b17f9
Widget: Moved tests out of _tickets into _core.
scottgonzalez Mar 28, 2011
3206386
Slider: Removed empty tickets test file.
scottgonzalez Mar 28, 2011
41fb07d
Selectable: Removed empty tickets test file.
scottgonzalez Mar 28, 2011
c7c8a80
Resizable: Removed empty tickets test file.
scottgonzalez Mar 28, 2011
3a5fe07
Progressbar: Removed empty tickets test file.
scottgonzalez Mar 28, 2011
43ac057
Droppable: Removed empty tickets test file.
scottgonzalez Mar 28, 2011
d236c0d
Draggable: Removed empty tickets test file.
scottgonzalez Mar 28, 2011
2197c61
Slider: Properly handle value and value methods as setters. Fixes #48…
scottgonzalez Mar 28, 2011
c6a6ef5
Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method
petersendidit Mar 29, 2011
cb0588f
Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option
petersendidit Mar 29, 2011
e9ae04a
Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates
petersendidit Mar 29, 2011
cd29170
Core: Fixed spacing.
scottgonzalez Mar 29, 2011
fa13c4a
Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui…
scottgonzalez Mar 29, 2011
6c6a64c
Dialog: Removed unnecessary visual test files.
scottgonzalez Mar 29, 2011
91c2f3e
Visual tests: Removed index page. A directory listing of all files is…
scottgonzalez Mar 29, 2011
16de24b
Datepicker: removed the mozilla check when building the year select b…
Apr 1, 2011
d0de656
Remove whitespace [Gun.io WhitespaceBot]
Oct 27, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<property name="core.files" value="jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.effects.core.js" />
<property name="core.files.min" value="jquery.ui.core.min.js, jquery.ui.widget.min.js, jquery.ui.mouse.min.js, jquery.ui.draggable.min.js, jquery.ui.droppable.min.js, jquery.ui.resizable.min.js, jquery.ui.selectable.min.js, jquery.ui.sortable.min.js, jquery.effects.core.min.js" />

<property description="Google Closure" name="closure-jar" value="${build.dir}/google-compiler-20091218.jar" />
<property description="Google Closure" name="closure-jar" value="${build.dir}/google-compiler-20110320.jar" />
<property description="YUI Compressor" name="yuicompressor-jar" value="${build.dir}/yuicompressor-2.4.2.jar" />

<target name="deploy-release" depends="clean, docs-download, copy, minify, replace-version, prepend-header, zip" description="Release builder">
Expand Down
Binary file removed build/build/google-compiler-20091218.jar
Binary file not shown.
Binary file added build/build/google-compiler-20110320.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion build/release/prepare-release
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ echo

#
# Generate themes
#
#



Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/collapsible.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - Collapse content</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.accordion.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions demos/accordion/custom-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - Customize icons</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.accordion.js"></script>
Expand All @@ -14,7 +14,7 @@
$(function() {
var icons = {
header: "ui-icon-circle-arrow-e",
headerSelected: "ui-icon-circle-arrow-s"
activeHeader: "ui-icon-circle-arrow-s"
};
$( "#accordion" ).accordion({
icons: icons
Expand Down Expand Up @@ -62,7 +62,7 @@ <h3><a href="#">Section 4</a></h3>


<div class="demo-description">
<p>Customize the header icons with the <code>icons</code> option, which accepts classes for the header's default and selected (open) state. Use any class from the UI CSS framework, or create custom classes with background images.</p>
<p>Customize the header icons with the <code>icons</code> option, which accepts classes for the header's default and active (open) state. Use any class from the UI CSS framework, or create custom classes with background images.</p>
</div><!-- End demo-description -->

</body>
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - Default functionality</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.accordion.js"></script>
Expand Down
11 changes: 6 additions & 5 deletions demos/accordion/fillspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - Fill space</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.mouse.js"></script>
Expand All @@ -14,14 +14,15 @@
<script>
$(function() {
$( "#accordion" ).accordion({
fillSpace: true
heightStyle: "fill"
});
});
$(function() {
$( "#accordionResizer" ).resizable({
minHeight: 140,
minWidth: 200,
resize: function() {
$( "#accordion" ).accordion( "resize" );
$( "#accordion" ).accordion( "refresh" );
}
});
});
Expand All @@ -32,7 +33,7 @@
<div class="demo">

<h3 class="docs">Resize the outer container:</h3>

<div id="accordionResizer" style="padding:10px; width:350px; height:220px;" class="ui-widget-content">

<div id="accordion">
Expand Down Expand Up @@ -69,7 +70,7 @@ <h3><a href="#">Section 4</a></h3>


<div class="demo-description">
<p>Because the accordion is comprised of block-level elements, by default its width fills the available horizontal space. To fill the vertical space allocated by its container, set the boolean <code>fillSpace</code> option to true, and the script will automatically set the dimensions of the accordion to the height of its parent container. The accordion will also resize with its container if the container is <code>resizable</code>.</p>
<p>Because the accordion is comprised of block-level elements, by default its width fills the available horizontal space. To fill the vertical space allocated by its container, set the <code>heightStyle</code> option to <code>"fill"</code>, and the script will automatically set the dimensions of the accordion to the height of its parent container.</p>
</div><!-- End demo-description -->

</body>
Expand Down
6 changes: 3 additions & 3 deletions demos/accordion/hoverintent.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - Open on hoverintent</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.accordion.js"></script>
Expand All @@ -15,7 +15,7 @@
event: "click hoverintent"
});
});

var cfg = ($.hoverintent = {
sensitivity: 7,
interval: 100
Expand All @@ -34,7 +34,7 @@
args = arguments,
target = $( event.target ),
cX, cY, pX, pY;

function track( event ) {
cX = event.pageX;
cY = event.pageY;
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/mouseover.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - Open on mouseover</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.accordion.js"></script>
Expand Down
8 changes: 3 additions & 5 deletions demos/accordion/no-auto-height.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - No auto height</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.accordion.js"></script>
<link rel="stylesheet" href="../demos.css">
<script>
$(function() {
$( "#accordion" ).accordion({
autoHeight: false,
navigation: true
heightStyle: "content"
});
});
</script>
Expand Down Expand Up @@ -52,8 +51,7 @@ <h3><a href="#section3">Section 3</a></h3>


<div class="demo-description">
<p>Setting <code>autoHeight: false</code> allows to accordion panels to keep their native height.</p>
<p>In addition, the <code>navigation</code> option is enabled, opening the panel based on the current location, eg. no-auto-height.html#panel2 would open the second panel on page load. It also finds anchors within the content, so #othercontent will open the third section, as it contains a link with that href.</p>
<p>Setting <code>heightStyle: "content"</code> allows the accordion panels to keep their native height.</p>
</div><!-- End demo-description -->

</body>
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/sortable.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Accordion - Sortable</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.mouse.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/addClass/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - addClass demo</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.effects.core.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
Expand Down
2 changes: 1 addition & 1 deletion demos/animate/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - Animate demo</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.effects.core.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
Expand Down
4 changes: 2 additions & 2 deletions demos/autocomplete/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Categories</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down Expand Up @@ -47,7 +47,7 @@
{ label: "andreas andersson", category: "People" },
{ label: "andreas johnson", category: "People" }
];

$( "#search" ).catcomplete({
delay: 0,
source: data
Expand Down
7 changes: 4 additions & 3 deletions demos/autocomplete/combobox.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Combobox</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.button.js"></script>
Expand All @@ -15,7 +15,7 @@
<link rel="stylesheet" href="../demos.css">
<style>
.ui-button { margin-left: -1px; }
.ui-button-icon-only .ui-button-text { padding: 0.35em; }
.ui-button-icon-only .ui-button-text { padding: 0.35em; }
.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; }
</style>
<script>
Expand Down Expand Up @@ -145,7 +145,7 @@
</script>
</head>
<body>

<div class="demo">

<div class="ui-widget">
Expand Down Expand Up @@ -185,6 +185,7 @@
<div class="demo-description">
<p>A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections.</p>
<p>The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.</p>
<p>This is not a supported or even complete widget. Its purely for demoing what autocomplete can do with a bit of customization. <a href="http://www.learningjquery.com/2010/06/a-jquery-ui-combobox-under-the-hood">For a detailed explanation of how the widget works, check out this Learning jQuery article.</a></p>
</div><!-- End demo-description -->

</body>
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/custom-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Custom data and display</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions demos/autocomplete/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Default functionality</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down Expand Up @@ -44,7 +44,7 @@
</script>
</head>
<body>

<div class="demo">

<div class="ui-widget">
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/folding.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Accent folding</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions demos/autocomplete/maxheight.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Scrollable results</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down Expand Up @@ -59,7 +59,7 @@
</script>
</head>
<body>

<div class="demo">

<div class="ui-widget">
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/multiple-remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Multiple, remote</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/multiple.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Multiple values</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/remote-jsonp.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Remote JSONP datasource</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/remote-with-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Remote with caching</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Remote datasource</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/autocomplete/xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Autocomplete - XML data parsed once</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.position.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/button/checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Button - Checkboxes</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.button.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/button/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Button - Default functionality</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.button.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/button/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Button - Icons</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.button.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/button/radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Button - Radios</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.4.4.js"></script>
<script src="../../jquery-1.5.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.button.js"></script>
Expand Down
Loading