aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tooltip.js
Commit message (Expand)AuthorAgeFilesLines
* Tooltip: Mark target to prevent async results showing a tooltip that was clos...Jörn Zaefferer2012-02-191-0/+7
* Tooltip: Document why we don't use removeAttrJörn Zaefferer2012-02-191-1/+4
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-1/+1
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-2/+2
* Tooltip: Change default to flipfit for both dimensions, now that it is availa...Jörn Zaefferer2011-08-181-1/+1
* Tooltip: Handle ESCAPE key event to close tooltip when target has focus.Jörn Zaefferer2011-07-131-2/+9
* Tooltip: Pass the tooltip element in the open and close events.Scott González2011-05-301-8/+5
* Widget: Fixed _show() and _hide() implementation and added tests.Scott González2011-05-301-1/+7
* Tooltip: Fixed handling of disabled tooltips.Scott González2011-05-291-18/+43
* Tooltip: Added some comments.Scott González2011-05-291-1/+3
* Tooltip: Use bgiframe if availableScott González2011-05-291-0/+3
* Tooltip: Don't close tooltips on mouseleave if the element is still focused.Scott González2011-05-291-2/+5
* Tooltip: Don't mess with the title attribute if it doesn't exist. Prevents th...Scott González2011-05-291-2/+11
* Tooltip: Change default collision detection to 'flip fit' since the default v...Scott González2011-05-291-1/+2
* Tooltip: Coding standards.Scott González2011-05-281-11/+16
* Tooltip: Alphabetized options.Scott González2011-05-281-3/+3
* Tooltip: Removed click handler.Scott González2011-05-281-3/+1
* Tooltip: Fixed tracking of tooltip elements.Scott González2011-05-281-3/+2
* Tooltip: Fixed tooltipClass option and added test.Scott González2011-05-281-1/+1
* Tooltip: Allow content updates via async response regardless of whether a syn...Scott González2011-05-281-6/+1
* Tooltip: Added a destroy method to remove generated tooltip elements.Scott González2011-05-281-3/+17
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-2/+1
* Tooltip: Proper handled of disabled option.Scott González2011-05-281-6/+6
* Tooltip: Cleanup.Scott González2011-05-281-4/+6
* Tooltip: Changed custom animation demo and changed the logic for showing tool...Scott González2011-05-281-4/+9
* Tooltip: Coding standards.Scott González2011-05-271-39/+45
* Tooltip: Also close on click. Essential for tooltips on menu buttons.Jörn Zaefferer2011-05-041-1/+2
* Tooltip: Replace offset property with inline my+offset to make it easierJörn Zaefferer2011-05-021-3/+2
* Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-211-2/+2
* Stop show animation on hide. Now that we don't reuse the tooltipjzaefferer2011-04-151-0/+1
* Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-151-2/+2
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-62/+68
* Tooltip: Make sure we have a target before trying to open the tooltip.Scott González2011-02-261-0/+3
* Tooltip: Rename _show to _open.Scott González2011-02-261-4/+4
* Added version property to plugins that were missing them.Scott González2011-02-031-1/+2
* Updated copyright year.Scott González2011-01-171-1/+1
* Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...Scott González2011-01-141-2/+1
* Tooltip: Seperate restoring title attribute from assigning current-variable, ...jzaefferer2010-12-031-1/+2
* Tooltip: Update license header.jzaefferer2010-11-201-1/+1
* Tooltip: Implementing event delegation support.jzaefferer2010-10-261-3/+4
* Tooltip: Update _init to _createjzaefferer2010-10-261-1/+1
* Tooltip: Removing application role, should be set on application leveljzaefferer2010-10-261-5/+0
* Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whate...jzaefferer2010-10-261-3/+1
* Tooltip: Adding another ajax example to visual testcase. Fixing async respons...jzaefferer2010-10-211-13/+8
* Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-1/+1
* Tooltip: Updated positioning - let user also customize of-propertyjzaefferer2010-07-201-2/+2
* Updated copyright headers to make it clear that you can choose between MIT an...jzaefferer2010-07-091-4/+4
* Show tooltip before positioning it to fix scrolling issue, then hide again be...jzaefferer2010-05-191-2/+2
* Tooltip: Improve fadeout animation to handle case where tooltip overlays the ...jzaefferer2010-04-231-1/+3
* Tooltip: Unit tests for tooltip and a fix to pass through event objects to tr...jzaefferer2010-04-151-9/+9