Add line break within tooltips

后端 未结 27 2512
北恋
北恋 2020-11-28 02:23

How can line breaks be added within a HTML tooltip?

I tried using
and \\n within the tooltip as follows:



        
27条回答
  •  春和景丽
    2020-11-28 02:33

    The solution for me was http://jqueryui.com/tooltip/:

    And here the code (the part of script that make
    Works is "content:"):

    HTML HEAD

    
        
        
        
    
    
    

    ASPX or HTML control

    
    

    Hope this help someone

提交回复
热议问题