Search and Top Navigation
#8431 closed bug (notabug)
Opened July 09, 2012 10:01AM UTC
Closed July 09, 2012 12:54PM UTC
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
Attachments (0)
Change History (1)
Changed July 09, 2012 12:54PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
You need to quote your title. Please use the forums or StackOverflow for help.