aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* oops...Scott González2013-02-021-1/+0
|
* Dialog: Check for empty array in addition to empty object when checking if ↵Scott González2013-02-011-0/+1
| | | | there are buttons. Fixes #9043 - Dialog: Buttonpane shown with no buttons when modifying native prototypes.
* Datepicker demo: Simplify localization demo so that jqueryui.com works properly.Scott González2013-01-315-142/+98
|
* Sortable demo: Fix use of tabs API.Scott González2013-01-311-1/+1
|
* Autocomplete: Fix .data() references in demos. Fixes #9029 - Autocomplete: ↵Scott González2013-01-302-2/+2
| | | | Multiple demo has errors.
* Autocomplete demo: Fixed reference to widget instance.Scott González2013-01-241-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-17136-148/+148
|
* Tabs: Update manipulation demo - implement alt+del shortcut to remove active ↵Jörn Zaefferer2012-12-281-2/+10
| | | | tab. Fixes #7847 - Tabs: simple manipulation accessibility
* Tabs: Update manipulation demo - use delegate instead of live (can't use on ↵Jörn Zaefferer2012-12-281-1/+1
| | | | until we drop core 1.6 support), reuse selected element
* Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add ↵Matthieu Penant2012-12-171-0/+2
| | | | Canadian French locale.
* Autocomplete: Combobox demo - Collapse menu when clicking button.Scott González2012-12-131-7/+7
|
* Progressbar: Add link to custom label demo in demo index.Kris Borchers2012-12-061-0/+1
|
* Datepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes ↵Bjørn Johansen2012-12-051-0/+4
| | | | | | #8886 - Datepicker: Add Norwegian Bokmål (nb) and Norwegian Nynorsk (nn) locales. Signed-off-by: Bjørn Johansen <bjorn.johansen@metronet.no>
* Datepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add ↵Pavel Selitskas2012-12-051-0/+2
| | | | Belarusian locale.
* Progressbar: Custom label demo cleanupKris Borchers2012-12-031-21/+22
|
* Progressbar: Add custom label demo.Kris Borchers2012-11-291-0/+57
|
* Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵Anika Henke2012-11-291-7/+7
| | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way.
* Progressbar demos: Cleanup.Scott González2012-11-291-8/+8
|
* Progressbar demos: Removed resize demo.Scott González2012-11-292-34/+0
|
* Progressbar demos: Removed animated demo.Scott González2012-11-292-35/+0
|
* Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ↵Pawel Maruszczyk2012-11-281-1/+6
| | | | ugly in IE
* Tooltip: Escape the title attribute so that it's treated as text and not ↵Scott González2012-11-271-1/+1
| | | | HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content.
* Autocomplete demo: Combobox: Encode search term inside tooltips. Fixes #8859 ↵Scott González2012-11-271-1/+1
| | | | - Autocomplete: XSS in combobox demo.
* Autocomplete demo: Combobox cleanup.Scott González2012-11-261-16/+12
|
* Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-266-3/+9
|
* Progressbar: Add ability to set value: false for an indeterminate ↵kborchers2012-11-213-6/+57
| | | | progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar
* Upgrade jQuery to 1.8.3.Scott González2012-11-14136-136/+136
|
* Datepicker: Added Kyrgyz localization. Fixes #8787 - Datepicker: Add Kyrgyz ↵Sergey Kartashov2012-11-071-0/+2
| | | | localization.
* Revert "Datepicker: Added Kyrgyz localisation"Scott González2012-11-061-2/+0
| | | | This reverts commit 4995ea05fef171bc6cb2f941f062997d2cab76a4.
* Datepicker: Added Kyrgyz localisationelisy2012-11-061-0/+2
|
* Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ↵Jörn Zaefferer2012-11-051-0/+3
| | | | overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off.
* Slider demo: Removed IE6 CSS hack.Scott González2012-10-261-1/+0
|
* Droppable demo: Removed IE6 CSS hack.Scott González2012-10-261-2/+2
|
* Removed bgiframe.Scott González2012-10-266-6/+0
|
* Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.Scott González2012-10-251-1/+1
|
* Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - ↵Scott González2012-10-252-2/+0
| | | | Autocomplete: Remove data fallbacks.
* Position: Removed offset option. Fixes #6982 - Position: Remove offset option.Scott González2012-10-251-5/+0
|
* Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ↵Jörn Zaefferer2012-10-241-5/+8
| | | | with animated modal dialog.
* Cleanup demos: Copy&paste errors in titles, bad descriptions or stylingJörn Zaefferer2012-10-244-5/+7
|
* Menu: Use start icon (first is deprecated)Jörn Zaefferer2012-10-241-1/+1
|
* Menu: Remove stupid demos, add an icons demo, improve the default demoJörn Zaefferer2012-10-235-179/+86
|
* Datepicker demo: Fixed date range restriction when clearing dates. Fixes ↵Scott González2012-10-111-2/+2
| | | | #5473 - Datepicker: Date range demo bug when clearing date.
* Demos: Fixed titles.Scott González2012-10-083-4/+4
|
* Autocomplete cache demo: Let the widget handle request synchronization. ↵Scott González2012-10-021-6/+3
| | | | Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.
* Upgrade jQuery to 1.8.2.Scott González2012-09-20137-137/+137
|
* Button demos: Fix selector since demo wrapper div was removedKris Borchers2012-09-201-1/+1
|
* Widget demo: Remove link to planning wiki.Scott González2012-09-111-1/+0
|
* Demo: Missed one wrapper div.Scott González2012-09-101-2/+0
|
* Demos: Cleanup.Scott González2012-09-10167-2542/+731
|
* Menu demo: Added demo description.Scott González2012-09-061-0/+8
|