Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: Update combobox menu to point out limits and link to | jzaefferer | 2011-02-25 | 1 | -0/+1 |
| | | | | explaining it. | ||||
* | Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty | jzaefferer | 2011-02-25 | 1 | -2/+1 |
| | | | | string values | ||||
* | Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add ↵ | Scott González | 2011-02-25 | 2 | -0/+3 |
| | | | | Tajikistan localization. | ||||
* | Menu: Rename activate to focus and deactivate to blur method | jzaefferer | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Fix spinner demos to latest jquery-global API. Also cleanup. | jzaefferer | 2011-02-07 | 7 | -13/+12 |
| | |||||
* | Accordion: Updated demos to use the new API. | Scott González | 2011-02-03 | 3 | -9/+8 |
| | |||||
* | 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. | ||||
* | Datepicker i18n: Added Algerian Arabic to demos. | Scott González | 2011-01-19 | 2 | -0/+3 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2011-01-17 | 2 | -0/+12 |
|\ | |||||
| * | 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 | ||||
* | | Renamed glob.js to jquery.global.js to match actual plugin filenames. | jzaefferer | 2011-01-17 | 4 | -10/+10 |
|/ | |||||
* | Revert accidental demo change from 66606407edf9faa33c566f0cc6a2bb1dd4d3e808. | Scott González | 2011-01-14 | 1 | -27/+66 |
| | |||||
* | Accordion: Force the width of the accordion panel during animation when ↵ | Scott González | 2011-01-14 | 1 | -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ález | 2011-01-10 | 1 | -9/+19 |
| | | | | invalid entry. | ||||
* | Button demo: Coding standards. | Scott González | 2011-01-10 | 1 | -26/+26 |
| | |||||
* | Fixed references to jQuery. | Scott González | 2011-01-10 | 6 | -6/+6 |
| | |||||
* | Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. ↵ | gnarf | 2011-01-10 | 1 | -60/+8 |
| | | | | Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data. | ||||
* | Cleanup bad earlier merge. | jzaefferer | 2010-12-28 | 1 | -1/+0 |
| | |||||
* | Fixed bad references to jQuery-1.4.4.js | jzaefferer | 2010-12-22 | 2 | -2/+2 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 10 | -2/+348 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 7 | -3/+79 |
| | | |||||
| * | Tooltip: Added demo for custom animations | jzaefferer | 2010-10-26 | 2 | -0/+56 |
| | | |||||
| * | Tooltip: Update forms demo to programmatic-trigger only | jzaefferer | 2010-10-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed typo in demo description | jzaefferer | 2010-04-23 | 1 | -1/+1 |
| | | |||||
| * | Merge commit '1.8.1' into tooltip | jzaefferer | 2010-04-21 | 8 | -7/+222 |
| |\ | |||||
| * | | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵ | jzaefferer | 2010-04-21 | 2 | -5/+5 |
| | | | | | | | | | | | | actually necessary | ||||
| * | | Use tooltip to display hint when combobox input doesn't match anything | jzaefferer | 2010-04-08 | 1 | -3/+15 |
| | | | |||||
| * | | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 5 | -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' | jzaefferer | 2010-12-22 | 16 | -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 menu | jzaefferer | 2010-06-23 | 1 | -6/+26 |
| | | | | |||||
| * | | | Menu demos: a few less items for the default demo to fit into the demo frame | jzaefferer | 2010-06-19 | 1 | -6/+0 |
| | | | | |||||
| * | | | Menu demos: Restrict selectors to demo elements; add menu to demos/index.html | jzaefferer | 2010-06-19 | 3 | -2/+10 |
| | | | | |||||
| * | | | Menu: default and contextmenu demos | jzaefferer | 2010-06-18 | 3 | -0/+153 |
| | | | | |||||
| * | | | Menu: Extracted menu code from autocomplete, updated all dependencies | jzaefferer | 2010-04-21 | 11 | -0/+11 |
| | |/ | |/| | |||||
* | | | Fix demos index page to include globalization plugin for spinner demos, ↵ | jzaefferer | 2010-12-22 | 2 | -1/+3 |
| | | | | | | | | | | | | along a wording fix in spinner-time demo. | ||||
* | | | Merge remote branch 'origin/spinner' | jzaefferer | 2010-12-22 | 8 | -0/+386 |
|\ \ \ | |||||
| * | | | Spinner: Update timespinner demo description. | jzaefferer | 2010-12-01 | 1 | -4/+3 |
| | | | | |||||
| * | | | Spinner: Introduce page option to configure page size. Use that for ↵ | jzaefferer | 2010-12-01 | 1 | -12/+24 |
| | | | | | | | | | | | | | | | | timespinner demo to spin minutes on cursor up/down, hours on page up/down. | ||||
| * | | | Spinner: Add demo for time spinner | jzaefferer | 2010-11-28 | 2 | -1/+62 |
| | | | | |||||
| * | | | Spinner: Adding overflow demo | jzaefferer | 2010-11-02 | 2 | -0/+48 |
| | | | | |||||
| * | | | Spinner: Removing rtl demo | jzaefferer | 2010-11-02 | 2 | -37/+0 |
| | | | | |||||
| * | | | Slider: Add spinner to demo index | jzaefferer | 2010-10-27 | 1 | -0/+2 |
| | | | | |||||
| * | | | Spinner: More refactorings and cleanups, and heavy improvement on the ↵ | jzaefferer | 2010-10-27 | 1 | -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 ↵ | jzaefferer | 2010-10-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | not prevent changing value via step and page methods. OVerhauled testsuite. | ||||
| * | | | Slider: Update to latest mousewheel plugin | jzaefferer | 2010-10-26 | 5 | -5/+5 |
| | | | | |||||
| * | | | Replaced hexadecimal demo with decimal demo. Updated that and the currency ↵ | jzaefferer | 2010-10-23 | 5 | -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. | jzaefferer | 2010-10-22 | 6 | -0/+292 |
| | | | | |||||
* | | | | 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. |