javascript - New line in tooltip -
this question has answer here:
- how can use carriage return in html tooltip? 21 answers
i want put line breaks in tooltip goes wrong. tried use <br> data-html="true" there br string(insted new line). have tried 
 , 
 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
Post a Comment