Opened 14 years ago
Closed 13 years ago
#3464 closed enhancement (invalid)
[tooltip] Sticky tooltips and event handlers
Reported by: | ReneLeonhardt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | sticky, handler | Cc: | |
Blocked by: | Blocking: |
Description
I needed to add required functionality to jQuery.tooltip:
$("*[title]").tooltip({ // Bind event handlers on tooltip element (helper.parent = div) handler: {click: function(event) { alert(this); } }, // Comparable to delay: do not hide tooltip immediately. // If tooltip is entered during the sticky delay, // (after leaving the current element) the timeout stops // and is reactivated when leaving the tooltip. sticky: 2000}
Attachments (2)
Change History (3)
Changed 14 years ago by
Attachment: | jquery.tooltip-1.3+sticky+handler.js.diff.zip added |
---|
Changed 14 years ago by
Attachment: | jquery.tooltip-1.3+sticky+handler+tracking.js.diff.zip added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
Added stopping and restarting tracking functionality to sticky tooltips