aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip demo: Use position option in tracking demo.Scott González2011-10-081-6/+8
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-256-6/+6
|
* Tooltip demos: Renamed delgation mixbag.Scott González2011-05-302-3/+7
|
* Tooltip: Pass the tooltip element in the open and close events.Scott González2011-05-301-12/+9
|
* 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
|
* 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-022-1/+98
|\
| * 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
| |
* | 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.
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-025-5/+5
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-225-5/+5
| | | | | | | 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
|
* Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵jzaefferer2010-04-212-5/+5
| | | | actually necessary
* The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-084-0/+203
| | | | 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
* Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-014-203/+0
| | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master.
* Tooltip: Two more demos showing mousetracking with open/close events and ↵unknown2010-03-312-0/+134
| | | | using open/close methods to programmatically show/hide tooltips
* Tooltip: Fixing up demojzaefferer2010-03-251-2/+2
|
* Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-212-0/+69