Opened 11 years ago
Closed 11 years ago
#8431 closed bug (notabug)
Jquery UI Autcomplete and Span Tooltip
Reported by: | bharat.b.sharma | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.8.21 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, I am using Jquery Autcomplete. I want to display tooltip for each of the record appearing in the autcomplete results. For that i am using data("autocomplete")._renderItem to add my html. Example
var htmlItem = "<a><span title=Bharat Sharma><table><tr>....</tr></table></span></a>";
I am facing the problem with the tooltip. It displays only the first word of the title. Example in this case it will show only Bharat and not Bharat Sharma.
Kindly suggest
Note: See
TracTickets for help on using
tickets.
You need to quote your title. Please use the forums or StackOverflow for help.