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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -