Opened 14 years ago
Closed 13 years ago
#3797 closed bug (invalid)
[tooltip] multiple applications of the init routine break the tip
Reported by: | ccarey | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The first one works $(element).tooltip(); the second one breaks because the title was blanked $(element).tooltip();
Occasionally when rendering dynamic content it is useful (or necessary) to apply the tooltip() to newly created elements with the same selection criteria.
The fix is simple enough - just check for the presence of this.tooltipTitle on the element before overwrite (see attached revision.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | jquery.tooltip.js added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please use the jQuery forums or contact the author via the method they request. For jQuery UI plugins, please file a bug on http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
minor change to check for presence of this.tooltipText before overwriting it