Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to jQuery 1.6.4 and jQuery UI 1.8.17pre | Felix Nagel | 2012-05-17 | 11 | -11/+11 |
| | |||||
* | Upgrade to jQuery 1.6.4 | Felix Nagel | 2012-05-17 | 125 | -125/+125 |
|\ | |||||
| * | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 125 | -125/+125 |
| | | |||||
* | | fixed: small cleanup | Felix Nagel | 2012-01-18 | 2 | -6/+2 |
| | | |||||
* | | removed: option wrapperElement, use widget method instead (see default demo) | Felix Nagel | 2012-01-18 | 1 | -5/+4 |
| | | |||||
* | | Fixed link to methods.html. Used to be "method.php" | Jordan Eldredge | 2011-11-16 | 1 | -1/+1 |
| | | |||||
* | | some code cleanup | Felix Nagel | 2011-11-06 | 1 | -63/+75 |
| | | |||||
* | | added: dialog.html demo file | Felix Nagel | 2011-10-24 | 1 | -0/+177 |
| | | |||||
* | | added: demo compatibility to jQuery 1.6.2 | Felix Nagel | 2011-10-10 | 10 | -10/+10 |
| | | |||||
* | | Merge commit '1.8.16' into selectmenu | Felix Nagel | 2011-10-10 | 126 | -130/+338 |
|\| | |||||
| * | Widget demo: Fixed typo. | Scott González | 2011-08-09 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit a0eb042bcdb3a8028631e648269fefdad762f522) | ||||
| * | Backport widget demo from master to get it up on jqueryui.com with the next ↵ | Jörn Zaefferer | 2011-08-04 | 3 | -1/+209 |
| | | | | | | | | 1.8.x release | ||||
| * | Upgrade jQuery to 1.6.2. | Scott González | 2011-08-01 | 124 | -125/+125 |
| | | |||||
| * | jQuery 1.6 support. | Scott González | 2011-07-29 | 3 | -3/+3 |
| | | |||||
| * | Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera | Ben Boyle | 2011-05-16 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit a6a8611556205aee7c1d6cb82d4ac47050b94678) | ||||
* | | added: demo files refresh, overlay and typeahead | Felix Nagel | 2011-06-16 | 3 | -0/+258 |
| | | |||||
* | | improved: background image demo | Felix Nagel | 2011-05-25 | 1 | -1/+1 |
| | | |||||
* | | updated: to jQuery UI 1.8.13 (based upon jQuery 1.5.1) | Felix Nagel | 2011-05-23 | 7 | -7/+7 |
| | | |||||
* | | Merge commit '1.8.13' into selectmenu | Felix Nagel | 2011-05-23 | 143 | -183/+230 |
|\| | |||||
| * | Autocomplete (combobox demo): Blur the button on click to avoid a bug. | Scott González | 2011-04-04 | 1 | -0/+3 |
| | | | | | | | | | | Thanks tyron. (cherry picked from commit 401c91418ce855b706756bdf804346d3a0d95132) | ||||
| * | Tabs: Updates cookie demo to include more information on how to find cookie ↵ | Ralph Whitbeck | 2011-03-21 | 1 | -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 ↵ | gnarf | 2011-03-09 | 1 | -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.1 | Richard Worth | 2011-03-02 | 124 | -124/+124 |
| | | |||||
| * | Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add ↵ | Scott González | 2011-02-25 | 2 | -0/+3 |
| | | | | | | | | | | | | Tajikistan localization. (cherry picked from commit 0cd297702db890672a2886026200e9762de43e77) | ||||
| * | Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes ↵ | Scott González | 2011-01-30 | 1 | -1/+1 |
| | | | | | | | | | | | | #6916 - Datepicker date range demo: syntax glitch. (cherry picked from commit fe6990e104834926042c96a29a6cccec4fdafd3b) | ||||
| * | Datepicker i18n: Added Algerian Arabic to demos. | Scott González | 2011-01-19 | 2 | -0/+3 |
| | | | | | | | | (cherry picked from commit 30c9473d8f297d53f0d3715e8cd00b61b841a85a) | ||||
| * | Datepicker i18n: Fixed missing references. | Scott González | 2011-01-17 | 2 | -0/+8 |
| | | |||||
| * | Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 ↵ | Scott González | 2011-01-17 | 2 | -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 Visic | 2010-12-16 | 1 | -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ález | 2010-11-30 | 1 | -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ález | 2010-11-23 | 1 | -2/+9 |
| | | | | | | | | destroy. | ||||
| * | Datepicker Demo: modifed the name of the event search demo to be date-range. ↵ | Kyle Wilkinson | 2010-11-21 | 2 | -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ález | 2010-11-19 | 1 | -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ález | 2010-11-19 | 2 | -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 ImageOptim | Phillip Barnes | 2010-11-19 | 18 | -0/+0 |
| | | |||||
* | | fixed: follow-up fix for disabling / enabling functionality, thx to gcko fro ↵ | Felix Nagel | 2011-04-17 | 1 | -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 Nagel | 2011-04-16 | 1 | -1/+1 |
| | | | | | | | | scottriding, see https://github.com/fnagel/jquery-ui/pull/93 | ||||
* | | improved: full disable / enable functionality for select, option, optgroup; ↵ | Felix Nagel | 2011-03-20 | 1 | -8/+77 |
| | | | | | | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18 | ||||
* | | fixed: disable / enable in select callback demo | Felix Nagel | 2011-02-01 | 1 | -7/+8 |
| | | |||||
* | | fixed: small follow-up for refresh functionality | Felix Nagel | 2010-12-20 | 1 | -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 Nagel | 2010-12-20 | 1 | -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 Nagel | 2010-12-15 | 1 | -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 Nagel | 2010-11-29 | 2 | -10/+28 |
| | | | | | | | | | | | | scripts please see https://github.com/fnagel/jquery-ui/issues/#issue/33 fixed: forgotten console debug | ||||
* | | added: some more demo files | Felix Nagel | 2010-11-29 | 3 | -0/+139 |
| | | |||||
* | | updated: files to jQuery 1.4.4 | Felix Nagel | 2010-11-14 | 4 | -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 Nagel | 2010-11-14 | 133 | -877/+875 |
|\| | | | | | | | Merge commit 'fce1f97f7677f29cc8ba7b146e67799027cf1995' into selectmenu | ||||
| * | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 124 | -124/+124 |
| | | |||||
| * | Autocomplete (maxheight demo): Add padding to account for vertical ↵ | Scott González | 2010-11-04 | 1 | -0/+3 |
| | | | | | | | | scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. | ||||
| * | Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - ↵ | Scott González | 2010-11-02 | 1 | -0/+1 |
| | | | | | | | | Autocomplete: horizontal scrollbar on IE7. | ||||
| * | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 124 | -124/+124 |
| | |