aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Upgrade jQuery to 1.7.1.Scott González2011-11-22148-148/+148
| | |
* | | Selectmenu: fixed jQuery versionFelix Nagel2011-11-212-2/+2
| | |
* | | Merge branch 'master' into selectmenuJörn Zaefferer2011-11-18149-190/+301
|\| |
| * | Widget: Remove method argument from _super and _superApply. Was a left-over ↵Jörn Zaefferer2011-11-181-2/+2
| | | | | | | | | | | | from first implementation, not necessary anymore.
| * | Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch ↵David De Sloovere2011-11-172-0/+3
| | | | | | | | | | | | (Belgium) Localization
| * | Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 ↵stojce2011-11-172-0/+3
| | | | | | | | | | | | Datepicker: Add Macedonian Localization
| * | Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add ↵William Griffiths2011-11-172-0/+3
| | | | | | | | | | | | Welsh/UK Localization
| * | Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add ↵Michel Weimerskirch2011-11-172-0/+3
| | | | | | | | | | | | Luxembourgish Translation
| * | Tooltip: Add demo with custom tooltip style.Jörn Zaefferer2011-11-162-0/+112
| | |
| * | Spinner: Handle changes to numberFormat and currency options.Scott González2011-11-161-3/+1
| | |
| * | Accordion: Fixed back-compat for icons.headerSelected when icons option is null.Scott González2011-11-161-1/+1
| | |
| * | Demos accordion hoverintent: moved event.type setter to not clobber ↵Richard D. Worth2011-11-111-1/+1
| | | | | | | | | | | | event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0
| * | Upgrade jQuery to 1.7.Scott González2011-11-09147-147/+147
| | |
| * | Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan ↵Scott González2011-11-012-3/+3
| | | | | | | | | | | | language code.
| * | Demos: replace global.js with globalize.js.midlis2011-10-251-2/+2
| | |
| * | Rewrite popup/menu interaction to make popup managed by menu (adds trigger ↵Hans Hillen2011-10-192-21/+15
| |/ | | | | | | option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
| * Upgraded jQuery to 1.6.4.Scott González2011-10-18147-147/+147
| |
| * Popup: Removed the focusout and focusin handlers which are nolonger ↵kborchers2011-10-111-10/+5
| | | | | | | | necessary. Also updated the tooltip style demo to have a little more interactive content.
* | Selectmenu: fixed default.html demoFelix Nagel2011-10-271-3/+1
| |
* | Selectmenu: code cleanupFelix Nagel2011-10-171-1/+2
| |
* | Selectmenu: added custom_render.html demo to index.htmlFelix Nagel2011-10-101-0/+1
| |
* | Selectmenu: added custom_render.html demo, removed widgetBaseClassFelix Nagel2011-10-094-0/+120
| |
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-10-093-6/+75
|\|
| * Tooltip demo: Use position option in tracking demo.Scott González2011-10-081-6/+8
| |
| * Popup: Added tooltip style demo and link to demos indexkborchers2011-10-062-0/+67
| |
* | Selectmenu: changed button to inline elementFelix Nagel2011-10-051-0/+1
| |
* | Selectmenu: adjusted default demo descriptionFelix Nagel2011-10-031-1/+1
| |
* | Selectmenu: removed option wrapperElementFelix Nagel2011-09-301-3/+5
| |
* | Selectmenu: improved disable method, added and improved demo filesFelix Nagel2011-09-271-15/+15
| |
* | Selectmenu: improve positioning and keyboard controlFelix Nagel2011-09-261-5/+5
| |
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-09-245-20/+101
|\|
| * Popup: Make menu dependency actually optional, cleanup demosJörn Zaefferer2011-09-212-24/+0
| |
| * Popup: Added show/hide animations and a demokborchers2011-09-212-0/+97
| |
| * Position demo: Updated sizes of elements.Scott González2011-09-161-4/+11
| |
| * Spinner: Fixed map demo.Scott González2011-09-141-4/+5
| |
* | Selectmenu: improved disabled implementationFelix Nagel2011-09-241-2/+2
| |
* | Selectmenu: implemented disable for option and optgroup, code cleanupFelix Nagel2011-09-241-5/+5
| |
* | Selectmenu: refresh method, value option, code cleanupFelix Nagel2011-09-241-2/+2
| |
* | Selectmenu: improved popop style, styles and focus handlingFelix Nagel2011-09-241-0/+30
| |
* | Selectmenu: basic popop support, code cleanupFelix Nagel2011-09-231-1/+4
| |
* | Selectmenu: basic implementationFelix Nagel2011-09-222-0/+83
|/
* Merge remote branch 'kborchers/position_flipfit2'Jörn Zaefferer2011-08-151-0/+2
|\
| * Position: Added better collision detection for flip and fit, added visual ↵kborchers2011-08-121-0/+2
| | | | | | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
* | Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-131-2/+6
|/ | | | Don't enforce min/max on blur.
* Spinner demo: Fixed time demo.Scott González2011-08-101-1/+1
|
* Replace $.global with Globalize, update Spinner to use it. Related demos ↵Jörn Zaefferer2011-08-103-16/+16
| | | | currently broken due to previous changes.
* Widget demo: Fixed typo.Scott González2011-08-091-1/+1
|
* Spinner demos: Cleanup.Scott González2011-08-077-181/+196
|
* Spinner: Fixed double firing of change event when setting the value option ↵Scott González2011-08-071-1/+6
| | | | directly.
* Spinner demos: Fixed line endings.Scott González2011-08-077-383/+383
|