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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -