aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'spinner' into devpreviewjzaefferer2010-11-197-0/+314
|\
| * Spinner: Adding overflow demojzaefferer2010-11-022-0/+48
| |
| * Spinner: Removing rtl demojzaefferer2010-11-022-37/+0
| |
| * Slider: Add spinner to demo indexjzaefferer2010-10-271-0/+2
| |
| * Spinner: More refactorings and cleanups, and heavy improvement on the ↵jzaefferer2010-10-271-1/+0
| | | | | | | | incremental-logic, including a delay of 500ms after the first increment and before continous increments
| * Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-1/+2
| | | | | | | | not prevent changing value via step and page methods. OVerhauled testsuite.
| * Slider: Update to latest mousewheel pluginjzaefferer2010-10-265-5/+5
| |
| * Replaced hexadecimal demo with decimal demo. Updated that and the currency ↵jzaefferer2010-10-235-113/+122
| | | | | | | | demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.
| * Porting old spinner implementation to 1.8, dropping some baggage.jzaefferer2010-10-226-0/+292
| |
* | Merge branch 'menu' into devpreviewjzaefferer2010-11-191-9/+29
|\ \ | | | | | | | | | | | | Conflicts: demos/button/splitbutton.html
| * | Menu: Extended button's splitbutton demo to use an actual menujzaefferer2010-06-231-6/+26
| | |
* | | Merge branch 'tooltip' into devpreviewjzaefferer2010-11-198-4/+136
|\ \ \
| * | | Tooltip: Implementing event delegation support.jzaefferer2010-10-267-3/+79
| | | |
| * | | Tooltip: Added demo for custom animationsjzaefferer2010-10-262-0/+56
| | | |
| * | | Tooltip: Update forms demo to programmatic-trigger onlyjzaefferer2010-10-261-2/+2
| | | |
* | | | Merge commit '1.8.6' into devpreviewjzaefferer2010-11-19156-2982/+3301
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/unit/index.html tests/unit/widget/widget.js tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.accordion.js ui/jquery.ui.autocomplete.js
| * | | Upgraded jQuery to 1.4.3.Scott González2010-10-21124-124/+124
| | | |
| * | | External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵Scott González2010-10-197-7/+7
| | | | | | | | | | | | | | | | in IE9 because of bgiframe.
| * | | Demos: Coding standards.Scott González2010-10-131-93/+92
| | | |
| * | | Tabs demos: Coding standards.Scott González2010-10-1313-169/+161
| | | |
| * | | Effects (toggle) demos: Coding standards.Scott González2010-10-132-39/+41
| | | |
| * | | Effects (toggleClass) demos: Coding standards.Scott González2010-10-132-17/+17
| | | |
| * | | Effects (switchClass) demos: Coding standards.Scott González2010-10-132-20/+19
| | | |
| * | | Sortable demos: Coding standards.Scott González2010-10-1310-157/+155
| | | |
| * | | Slider demos: Coding standards.Scott González2010-10-1313-285/+289
| | | |
| * | | Selectable demo: Workaround a stupid bug in the jqueryui.com demo system. ↵Scott González2010-10-111-1/+1
| | | | | | | | | | | | | | | | Fixes #5698 - Selectable: Bug in serializable demo.
| * | | Effects (show): coding standards.Scott González2010-09-272-49/+50
| | | |
| * | | Selectable demos: coding standards.Scott González2010-09-274-46/+52
| | | |
| * | | Resizable demos: coding standards.Scott González2010-09-2712-156/+176
| | | |
| * | | Effects (removeClass) demos: coding standards.Scott González2010-09-272-23/+23
| | | |
| * | | Dialog demos: safer selectors for the demo system workaround.Scott González2010-09-274-4/+4
| | | |
| * | | Datepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add ↵Scott González2010-09-242-0/+3
| | | | | | | | | | | | | | | | Portuguese localization.
| * | | Datepicker: Added galician localization. Fixes #6079 - Datepicker: Add ↵Jorge Barreiro2010-09-202-0/+3
| | | | | | | | | | | | | | | | Galician localization.
| * | | Dialog demo: syntax error, errant single quote from last style guide update. ↵Richard D. Worth2010-09-191-1/+1
| | | | | | | | | | | | | | | | Fixed #6074 - Dialog: demo of modal form broken
| * | | Progressbar demos: Coding standards.Scott González2010-09-104-46/+42
| | | |
| * | | Position demos: Coding standards.Scott González2010-09-103-99/+90
| | | |
| * | | Effects .hide() demos: Coding standards.Scott González2010-09-102-49/+49
| | | |
| * | | Droppable demos: Coding standards.Scott González2010-09-108-294/+330
| | | |
| * | | Draggable demos: Coding standards.Scott González2010-09-1012-221/+219
| | | |
| * | | Dialog demos: Coding standards.Scott González2010-09-107-168/+157
| | | |
| * | | Datepicker demos: Coding standards.Scott González2010-09-1015-230/+247
| | | |
| * | | Button demos: Coding standards.Scott González2010-09-097-186/+150
| | | |
| * | | Demos: Cleanup.Scott González2010-09-0921-33/+33
| | | |
| * | | Autocomplete demos: Coding standards.Scott González2010-09-0913-297/+350
| | | |
| * | | Effects demos (partial): Coding standards.Scott González2010-09-097-141/+152
| | | |
| * | | Accordion demos: Coding standards.Scott González2010-09-099-146/+136
| | | |
| * | | Autocomplete: Combobox demo cleanupjzaefferer2010-08-291-2/+0
| | | |
| * | | Autocomplete: Improved cache demo.Scott González2010-08-271-10/+9
| | | |
| * | | Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan ↵Scott González2010-08-112-0/+3
| | | | | | | | | | | | | | | | localization for ui.datepicker.
| * | | Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - ↵Scott González2010-07-291-0/+1
| | | | | | | | | | | | | | | | Progressbar: resize demo is broken.