aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
* | Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-071-1/+1
| |
* | Tooltip/Popup: Improve video-player demoJörn Zaefferer2011-05-071-5/+15
|/
* Popup/Tooltip: Fix tab order and add notifications (on select) inJörn Zaefferer2011-05-071-22/+41
| | | | video-player demo.
* Popup: Rename _close to close and use it when selecting something within a ↵Jörn Zaefferer2011-05-041-2/+6
| | | | popup.
* Tooltip: Replace offset property with inline my+offset to make it easierJörn Zaefferer2011-05-021-1/+1
| | | | | to override the offset. Fixes the odd offset in the video player demo. Also doesn't need units.
* Tooltip: update video player demo with custom animationsJörn Zaefferer2011-05-021-2/+6
|
* Merge branch 'master' into tooltip-animationsJörn Zaefferer2011-05-023-2/+105
|\
| * Tooltip: Update demo descriptionJörn Zaefferer2011-05-021-1/+1
| |
| * Tooltip: Custom styles for video player demoJörn Zaefferer2011-05-021-0/+6
| |
| * Tooltip: Add video player demoJörn Zaefferer2011-05-022-1/+92
| |
| * Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: ↵David Petersen2011-04-281-1/+7
| | | | | | | | Sortable demo causes bad index references
* | Tooltip: Overhaul widget animations code to allow delay with plain show/hideJörn Zaefferer2011-05-021-3/+5
| |
* | Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-211-2/+4
| | | | | | | | out how to combine that with non-animated show/hide.
* | Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-151-7/+4
|/
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-133-9/+12
| | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that.
* Tabs: Update ajax demo to use beforeLoad event instead of deprecated ↵Scott González2011-04-111-5/+4
| | | | ajaxOptions option.
* Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.Scott González2011-04-113-6/+5
|
* Autocomplete (combobox demo): Blur the button on click to avoid a bug.Scott González2011-04-041-0/+3
| | | | Thanks tyron.
* Tabs: Deprecate url method; use aria-controls instead of title to specify ↵David Petersen2011-03-271-1/+2
| | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-221-4/+2
| | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
* Tabs: Updates cookie demo to include more information on how to find cookie ↵Ralph Whitbeck2011-03-201-0/+1
| | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.
* 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...
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-02137-137/+137
|
* Autocomplete: Update combobox menu to point out limits and link tojzaefferer2011-02-251-0/+1
| | | | explaining it.
* Menu: Cleanup contextmenu demo and fix aria unit test to ignore emptyjzaefferer2011-02-251-2/+1
| | | | string values
* Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add ↵Scott González2011-02-252-0/+3
| | | | Tajikistan localization.
* Menu: Rename activate to focus and deactivate to blur methodjzaefferer2011-02-241-1/+1
|
* Fix spinner demos to latest jquery-global API. Also cleanup.jzaefferer2011-02-077-13/+12
|
* Accordion: Updated demos to use the new API.Scott González2011-02-033-9/+8
|
* 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.
* Datepicker i18n: Added Algerian Arabic to demos.Scott González2011-01-192-0/+3
|
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-01-172-0/+12
|\
| * 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
* | Renamed glob.js to jquery.global.js to match actual plugin filenames.jzaefferer2011-01-174-10/+10
|/
* Revert accidental demo change from 66606407edf9faa33c566f0cc6a2bb1dd4d3e808.Scott González2011-01-141-27/+66
|
* Accordion: Force the width of the accordion panel during animation when ↵Scott González2011-01-141-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ález2011-01-101-9/+19
| | | | invalid entry.
* Button demo: Coding standards.Scott González2011-01-101-26/+26
|
* Fixed references to jQuery.Scott González2011-01-106-6/+6
|
* Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. ↵gnarf2011-01-101-60/+8
| | | | Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.
* Cleanup bad earlier merge.jzaefferer2010-12-281-1/+0
|
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-222-2/+2
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-2210-2/+348
|\ | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
| * Tooltip: Implementing event delegation support.jzaefferer2010-10-267-3/+79
| |
| * Tooltip: Added demo for custom animationsjzaefferer2010-10-262-0/+56
| |
| * Tooltip: Update forms demo to programmatic-trigger onlyjzaefferer2010-10-261-2/+2
| |
| * Fixed typo in demo descriptionjzaefferer2010-04-231-1/+1
| |
| * Merge commit '1.8.1' into tooltipjzaefferer2010-04-218-7/+222
| |\
| * | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵jzaefferer2010-04-212-5/+5
| | | | | | | | | | | | actually necessary