javascript - New line in tooltip -


this question has answer here:

i want put line breaks in tooltip goes wrong. tried use <br> data-html="true" there br string(insted new line). have tried &#xa; , &#013; works first linebreak(second , others don't works - browser ignores char). how possible few new lines in tooltip title?

to give line break in tooltip use enter key example below:

<a href="http://google.com" title='sample        text'>google</a>


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -