summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to jQuery 1.6.4 and jQuery UI 1.8.17preFelix Nagel2012-05-1711-11/+11
|
* Upgrade to jQuery 1.6.4Felix Nagel2012-05-17125-125/+125
|\
| * Upgraded jQuery to 1.6.4.Scott González2011-10-18125-125/+125
| |
* | fixed: small cleanupFelix Nagel2012-01-182-6/+2
| |
* | removed: option wrapperElement, use widget method instead (see default demo)Felix Nagel2012-01-181-5/+4
| |
* | Fixed link to methods.html. Used to be "method.php"Jordan Eldredge2011-11-161-1/+1
| |
* | some code cleanupFelix Nagel2011-11-061-63/+75
| |
* | added: dialog.html demo fileFelix Nagel2011-10-241-0/+177
| |
* | added: demo compatibility to jQuery 1.6.2Felix Nagel2011-10-1010-10/+10
| |
* | Merge commit '1.8.16' into selectmenuFelix Nagel2011-10-10126-130/+338
|\|
| * Widget demo: Fixed typo.Scott González2011-08-091-1/+1
| | | | | | | | (cherry picked from commit a0eb042bcdb3a8028631e648269fefdad762f522)
| * Backport widget demo from master to get it up on jqueryui.com with the next ↵Jörn Zaefferer2011-08-043-1/+209
| | | | | | | | 1.8.x release
| * Upgrade jQuery to 1.6.2.Scott González2011-08-01124-125/+125
| |
| * jQuery 1.6 support.Scott González2011-07-293-3/+3
| |
| * Button demo: modified order of selectors. Fixed #7094 - Buttons problem in OperaBen Boyle2011-05-161-1/+1
| | | | | | | | (cherry picked from commit a6a8611556205aee7c1d6cb82d4ac47050b94678)
* | added: demo files refresh, overlay and typeaheadFelix Nagel2011-06-163-0/+258
| |
* | improved: background image demoFelix Nagel2011-05-251-1/+1
| |
* | updated: to jQuery UI 1.8.13 (based upon jQuery 1.5.1)Felix Nagel2011-05-237-7/+7
| |
* | Merge commit '1.8.13' into selectmenuFelix Nagel2011-05-23143-183/+230
|\|
| * Autocomplete (combobox demo): Blur the button on click to avoid a bug.Scott González2011-04-041-0/+3
| | | | | | | | | | Thanks tyron. (cherry picked from commit 401c91418ce855b706756bdf804346d3a0d95132)
| * Tabs: Updates cookie demo to include more information on how to find cookie ↵Ralph Whitbeck2011-03-211-0/+1
| | | | | | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.(cherry picked from commit 4d557092ffe070c0c52a852530d3947436175539)
| * Effects demo: Animate a containing div instead of the canvas directly for ↵gnarf2011-03-091-3/+4
| | | | | | | | | | | | | | easing demo. Fixes #7086 - easing only first click is working. Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others... (cherry picked from commit fa7f5d2873b1fef978eab7d9f342c5afa77e061c)
| * Switched to latest stable jQuery 1.5.1Richard Worth2011-03-02124-124/+124
| |
| * Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add ↵Scott González2011-02-252-0/+3
| | | | | | | | | | | | Tajikistan localization. (cherry picked from commit 0cd297702db890672a2886026200e9762de43e77)
| * 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. (cherry picked from commit fe6990e104834926042c96a29a6cccec4fdafd3b)
| * Datepicker i18n: Added Algerian Arabic to demos.Scott González2011-01-192-0/+3
| | | | | | | | (cherry picked from commit 30c9473d8f297d53f0d3715e8cd00b61b841a85a)
| * 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
| * 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.
| * Autocomplete combobox demo: Reset the internal term property when an invalid ↵Scott González2010-11-301-0/+1
| | | | | | | | selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try.
| * Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle ↵Scott González2010-11-231-2/+9
| | | | | | | | destroy.
| * Datepicker Demo: modifed the name of the event search demo to be date-range. ↵Kyle Wilkinson2010-11-212-2/+2
| | | | | | | | Fixed #6675 - Date Range demo for Datepicker has unclear title.
| * Autocomplete: Use the text of the option, not the value when checking for ↵Scott González2010-11-191-1/+1
| | | | | | | | valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different.
| * Autocomplete multiple demos: Don't leave the field when tabbing while the ↵Scott González2010-11-192-50/+66
| | | | | | | | menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting.
| * Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-1918-0/+0
| |
* | fixed: follow-up fix for disabling / enabling functionality, thx to gcko fro ↵Felix Nagel2011-04-171-1/+1
| | | | | | | | | | | | reporting, see https://github.com/fnagel/jquery-ui/issues/105 fixed: small issue in disable_enable.html demo file
* | fixed: small bug when using method disable with parameter 0, thx to ↵Felix Nagel2011-04-161-1/+1
| | | | | | | | scottriding, see https://github.com/fnagel/jquery-ui/pull/93
* | improved: full disable / enable functionality for select, option, optgroup; ↵Felix Nagel2011-03-201-8/+77
| | | | | | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18
* | fixed: disable / enable in select callback demoFelix Nagel2011-02-011-7/+8
| |
* | fixed: small follow-up for refresh functionalityFelix Nagel2010-12-201-2/+2
| | | | | | | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height
* | added: display-inline (selectmenus side-by-side) support for modern ↵Felix Nagel2010-12-201-1/+2
| | | | | | | | | | | | | | browsers, works for all but FF2, see https://github.com/fnagel/jquery-ui/issues#issue/20 changed: height of the widget to match jQuery UI button height fixed: small margin issue for background image example
* | added: possibility to refresh from original select element, please see ↵Felix Nagel2010-12-151-7/+18
| | | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/17 for usage, please test and report feedback as this feature needed major refactoring fixed: problem when manually selecting an option from original select element fixed: demo wrapper class
* | added: improved index and value methods, if you used value method in your ↵Felix Nagel2010-11-292-10/+28
| | | | | | | | | | | | scripts please see https://github.com/fnagel/jquery-ui/issues/#issue/33 fixed: forgotten console debug
* | added: some more demo filesFelix Nagel2010-11-293-0/+139
| |
* | updated: files to jQuery 1.4.4Felix Nagel2010-11-144-4/+4
| | | | | | | | fixed: small bug hwn using jQuery 1.4.4, THX to michaelcaplan, see https://github.com/fnagel/jquery-ui/issues/#issue/29
* | Updated core files form jQuery UI repo (to jQuery 1.4.4)Felix Nagel2010-11-14133-877/+875
|\| | | | | | | Merge commit 'fce1f97f7677f29cc8ba7b146e67799027cf1995' into selectmenu
| * Upgraded jQuery to 1.4.4.Scott González2010-11-12124-124/+124
| |
| * Autocomplete (maxheight demo): Add padding to account for vertical ↵Scott González2010-11-041-0/+3
| | | | | | | | scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
| * Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - ↵Scott González2010-11-021-0/+1
| | | | | | | | Autocomplete: horizontal scrollbar on IE7.
| * Upgraded jQuery to 1.4.3.Scott González2010-10-21124-124/+124
| |