Side navigation
#3464 closed enhancement (invalid)
Opened October 09, 2008 03:48PM UTC
Closed October 12, 2009 11:36PM UTC
[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:
#!python $("*[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 (1)
Changed October 12, 2009 11:36PM UTC by comment:1
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 .