aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip demo: Use static map instead of interactive map.Scott González2011-05-301-12/+5
|
* Tooltip demo: Removing stray periods.Scott González2011-05-291-2/+2
|
* Tooltip demo: Add note about interactive tooltips.Scott González2011-05-291-0/+1
|
* Tooltip demo: Small tweaks.Scott González2011-05-291-4/+4
|
* Tooltip: New delegation mixbag demo (still needs better name).Scott González2011-05-293-5/+1
|
* Tooltip: Change default collision detection to 'flip fit' since the default ↵Scott González2011-05-291-44/+62
| | | | vertical positioning is centered and can't flip
* Tooltip video player demo: Close tooltip on click of popup button.Scott González2011-05-291-2/+5
|
* Tooltip demos: Better tooltip content for custom animations.Scott González2011-05-281-3/+3
|
* Tooltip: Changed custom animation demo and changed the logic for showing ↵Scott González2011-05-281-17/+23
| | | | tooltips so custom position options can perform animations.
* Tooltip demos: Cleanup.Scott González2011-05-276-215/+248
|
* Autocomplete: Whitespace.Scott González2011-05-271-0/+2
|
* Autocomplete demos: Coding standards.Scott González2011-05-2711-27/+42
|
* Spinner: Changed casing of option numberformat -> numberFormat.Scott González2011-05-252-2/+2
|
* Button demo: modified order of selectors. Fixed #7094 - Buttons problem in OperaBen Boyle2011-05-161-1/+1
|
* Tabs: Cleaned up manipulation demo.Scott González2011-05-111-23/+13
|
* Tabs: update manipulation demo to use the refresh methodDavid Petersen2011-05-111-16/+23
|
* Merge branch 'master' of github.com:jquery/jquery-uiJörn Zaefferer2011-05-111-0/+1
|\
| * Autocomplete scrollable demo: Added missing menu dependency.Scott González2011-05-111-0/+1
| |
* | Menu: Remove default preventDefault. Add more meaningful href's on menuJörn Zaefferer2011-05-113-74/+74
|/ | | | | and menubar demos. Change doesn't seem to affect autocomplete as that doesn't use href-attributes anyway.
* Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - ↵Jörn Zaefferer2011-05-101-1/+1
| | | | Combobox: Incorrect button size
* Combobox demo: Set tooltip class via optionJörn Zaefferer2011-05-101-4/+3
|
* Merge remote branch 'kzys/trac-7197'Jörn Zaefferer2011-05-101-24/+29
|\
| * Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ↵Kato Kazuyoshi2011-05-071-24/+29
| | | | | | | | - Combobox: not valid value is set.
* | Merge pull request #231 from itsadok/patch-1Richard D. Worth2011-05-091-1/+1
|\ \ | | | | | | fix: delete runaway backslash
| * | fix: delete runaway backslash itsadok2011-05-081-1/+1
| |/
* | Popup and Menubar demosJörn Zaefferer2011-05-0811-41/+585
| |
* | 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.