index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.tooltip.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tooltip: Change default to flipfit for both dimensions, now that it is availa...
Jörn Zaefferer
2011-08-18
1
-1
/
+1
*
Tooltip: Handle ESCAPE key event to close tooltip when target has focus.
Jörn Zaefferer
2011-07-13
1
-2
/
+9
*
Tooltip: Pass the tooltip element in the open and close events.
Scott González
2011-05-30
1
-8
/
+5
*
Widget: Fixed _show() and _hide() implementation and added tests.
Scott González
2011-05-30
1
-1
/
+7
*
Tooltip: Fixed handling of disabled tooltips.
Scott González
2011-05-29
1
-18
/
+43
*
Tooltip: Added some comments.
Scott González
2011-05-29
1
-1
/
+3
*
Tooltip: Use bgiframe if available
Scott González
2011-05-29
1
-0
/
+3
*
Tooltip: Don't close tooltips on mouseleave if the element is still focused.
Scott González
2011-05-29
1
-2
/
+5
*
Tooltip: Don't mess with the title attribute if it doesn't exist. Prevents th...
Scott González
2011-05-29
1
-2
/
+11
*
Tooltip: Change default collision detection to 'flip fit' since the default v...
Scott González
2011-05-29
1
-1
/
+2
*
Tooltip: Coding standards.
Scott González
2011-05-28
1
-11
/
+16
*
Tooltip: Alphabetized options.
Scott González
2011-05-28
1
-3
/
+3
*
Tooltip: Removed click handler.
Scott González
2011-05-28
1
-3
/
+1
*
Tooltip: Fixed tracking of tooltip elements.
Scott González
2011-05-28
1
-3
/
+2
*
Tooltip: Fixed tooltipClass option and added test.
Scott González
2011-05-28
1
-1
/
+1
*
Tooltip: Allow content updates via async response regardless of whether a syn...
Scott González
2011-05-28
1
-6
/
+1
*
Tooltip: Added a destroy method to remove generated tooltip elements.
Scott González
2011-05-28
1
-3
/
+17
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-2
/
+1
*
Tooltip: Proper handled of disabled option.
Scott González
2011-05-28
1
-6
/
+6
*
Tooltip: Cleanup.
Scott González
2011-05-28
1
-4
/
+6
*
Tooltip: Changed custom animation demo and changed the logic for showing tool...
Scott González
2011-05-28
1
-4
/
+9
*
Tooltip: Coding standards.
Scott González
2011-05-27
1
-39
/
+45
*
Tooltip: Also close on click. Essential for tooltips on menu buttons.
Jörn Zaefferer
2011-05-04
1
-1
/
+2
*
Tooltip: Replace offset property with inline my+offset to make it easier
Jörn Zaefferer
2011-05-02
1
-3
/
+2
*
Tooltip: Add support for delaying showing/hiding. Still need to figure
jzaefferer
2011-04-21
1
-2
/
+2
*
Stop show animation on hide. Now that we don't reuse the tooltip
jzaefferer
2011-04-15
1
-0
/
+1
*
Custom tooltip animations based on widget-animations branch.
jzaefferer
2011-04-15
1
-2
/
+2
*
Overhaul tooltip implementation. Avoid queuing and other problems by
jzaefferer
2011-04-13
1
-62
/
+68
*
Tooltip: Make sure we have a target before trying to open the tooltip.
Scott González
2011-02-26
1
-0
/
+3
*
Tooltip: Rename _show to _open.
Scott González
2011-02-26
1
-4
/
+4
*
Added version property to plugins that were missing them.
Scott González
2011-02-03
1
-1
/
+2
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
*
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...
Scott González
2011-01-14
1
-2
/
+1
*
Tooltip: Seperate restoring title attribute from assigning current-variable, ...
jzaefferer
2010-12-03
1
-1
/
+2
*
Tooltip: Update license header.
jzaefferer
2010-11-20
1
-1
/
+1
*
Tooltip: Implementing event delegation support.
jzaefferer
2010-10-26
1
-3
/
+4
*
Tooltip: Update _init to _create
jzaefferer
2010-10-26
1
-1
/
+1
*
Tooltip: Removing application role, should be set on application level
jzaefferer
2010-10-26
1
-5
/
+0
*
Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whate...
jzaefferer
2010-10-26
1
-3
/
+1
*
Tooltip: Adding another ajax example to visual testcase. Fixing async respons...
jzaefferer
2010-10-21
1
-13
/
+8
*
Use pushStack in tooltip's widget method. See #5732
jzaefferer
2010-07-30
1
-1
/
+1
*
Tooltip: Updated positioning - let user also customize of-property
jzaefferer
2010-07-20
1
-2
/
+2
*
Updated copyright headers to make it clear that you can choose between MIT an...
jzaefferer
2010-07-09
1
-4
/
+4
*
Show tooltip before positioning it to fix scrolling issue, then hide again be...
jzaefferer
2010-05-19
1
-2
/
+2
*
Tooltip: Improve fadeout animation to handle case where tooltip overlays the ...
jzaefferer
2010-04-23
1
-1
/
+3
*
Tooltip: Unit tests for tooltip and a fix to pass through event objects to tr...
jzaefferer
2010-04-15
1
-9
/
+9
*
The accidental merge of tooltip into master was reverted in master, that reve...
jzaefferer
2010-04-08
1
-0
/
+145
*
Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
jzaefferer
2010-04-01
1
-145
/
+0
*
Tooltip: Renamed show to open and open to _show (based on spec), changed trig...
unknown
2010-03-31
1
-6
/
+8
*
Tooltip: Added comment about asny response handling
jzaefferer
2010-03-25
1
-0
/
+1
[next]