Opened 10 years ago
Closed 8 years ago
#9278 closed feature (fixed)
Tooltip: Allow DOM elements and jQuery objects as content
Reported by: | daniel-o | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.tooltip | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Allow HTMLElement and jQuery objects to be passed to the tooltip content option.
Created pull request at: https://github.com/jquery/jquery-ui/pull/983
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|---|
Status: | new → open |
Summary: | Allow adding html elements as tooltip content → Tooltip: Allow DOM elements and jQuery objects as content |
Version: | git → 1.10.3 |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Tooltip: Accept HTMLElement and jQuery objects for the content option
Fixes #9278 Closes #983 Closes #1421