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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -