aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-02137-137/+137
|
* Autocomplete: Update combobox menu to point out limits and link tojzaefferer2011-02-251-0/+1
| | | | explaining it.
* Menu: Cleanup contextmenu demo and fix aria unit test to ignore emptyjzaefferer2011-02-251-2/+1
| | | | string values
* Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add ↵Scott González2011-02-252-0/+3
| | | | Tajikistan localization.
* Menu: Rename activate to focus and deactivate to blur methodjzaefferer2011-02-241-1/+1
|
* Fix spinner demos to latest jquery-global API. Also cleanup.jzaefferer2011-02-077-13/+12
|
* Accordion: Updated demos to use the new API.Scott González2011-02-033-9/+8
|
* Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes ↵Scott González2011-01-301-1/+1
| | | | #6916 - Datepicker date range demo: syntax glitch.
* Datepicker i18n: Added Algerian Arabic to demos.Scott González2011-01-192-0/+3
|
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-01-172-0/+12
|\
| * Datepicker i18n: Fixed missing references.Scott González2011-01-172-0/+8
| |
| * Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 ↵Scott González2011-01-172-0/+4
| | | | | | | | | | | | - Datepicker: Add en-AU or en-NZ initialisations. Thanks Campbell
* | Renamed glob.js to jquery.global.js to match actual plugin filenames.jzaefferer2011-01-174-10/+10
|/
* Revert accidental demo change from 66606407edf9faa33c566f0cc6a2bb1dd4d3e808.Scott González2011-01-141-27/+66
|
* Accordion: Force the width of the accordion panel during animation when ↵Scott González2011-01-141-66/+27
| | | | | | animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all. The animation code should be refactored.
* Autocomplete demo (combobox): Fixed tooltips and clearing of select on ↵Scott González2011-01-101-9/+19
| | | | invalid entry.
* Button demo: Coding standards.Scott González2011-01-101-26/+26
|
* Fixed references to jQuery.Scott González2011-01-106-6/+6
|
* Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. ↵gnarf2011-01-101-60/+8
| | | | Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.
* Cleanup bad earlier merge.jzaefferer2010-12-281-1/+0
|
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-222-2/+2
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-2210-2/+348
|\ | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
| * 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
| |
| * Fixed typo in demo descriptionjzaefferer2010-04-231-1/+1
| |
| * Merge commit '1.8.1' into tooltipjzaefferer2010-04-218-7/+222
| |\
| * | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵jzaefferer2010-04-212-5/+5
| | | | | | | | | | | | actually necessary
| * | Use tooltip to display hint when combobox input doesn't match anythingjzaefferer2010-04-081-3/+15
| | |
| * | The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-085-0/+205
| | | | | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done
* | | Merge remote branch 'origin/menu'jzaefferer2010-12-2216-18/+208
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js
| * | | Menu: Extended button's splitbutton demo to use an actual menujzaefferer2010-06-231-6/+26
| | | |
| * | | Menu demos: a few less items for the default demo to fit into the demo framejzaefferer2010-06-191-6/+0
| | | |
| * | | Menu demos: Restrict selectors to demo elements; add menu to demos/index.htmljzaefferer2010-06-193-2/+10
| | | |
| * | | Menu: default and contextmenu demosjzaefferer2010-06-183-0/+153
| | | |
| * | | Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-2111-0/+11
| | |/ | |/|
* | | Fix demos index page to include globalization plugin for spinner demos, ↵jzaefferer2010-12-222-1/+3
| | | | | | | | | | | | along a wording fix in spinner-time demo.
* | | Merge remote branch 'origin/spinner'jzaefferer2010-12-228-0/+386
|\ \ \
| * | | Spinner: Update timespinner demo description.jzaefferer2010-12-011-4/+3
| | | |
| * | | Spinner: Introduce page option to configure page size. Use that for ↵jzaefferer2010-12-011-12/+24
| | | | | | | | | | | | | | | | timespinner demo to spin minutes on cursor up/down, hours on page up/down.
| * | | Spinner: Add demo for time spinnerjzaefferer2010-11-282-1/+62
| | | |
| * | | 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
| | | |
* | | | Autocomplete (Combobox demo): Set the button type to button to prevent form ↵Mario Visic2010-12-161-1/+1
| | | | | | | | | | | | | | | | submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms.