Jquery Ui tooltip shows only one word -
I am using jqueryUi to display the tool tip for an image. In the tooltip, I only see the first word, what can be the problem? Look under the code I see tool tip as "high" instead of "high priority."
back "img title = high priority src =@Url.Content (Links.Content.Images. High_png) />";
You can add quotation marks to title
and escode < / Code> attributes
Change it
returns "& lt; img title = High priority src =@Url.Content (Links.Content.Images. High_png) / & gt;
back "& lt; img title = 'high priority' src = '@ Url.Content (Links.Content.Images.High_png) '/ & Gt; ";
Comments
Post a Comment