Tooltip that doesn't break at any width of screen.
Code credit goes to osvaldas.info. I have only converted jquery part to vanilla javascript.
Codepen demo - http://codepen.io/arshdkhn1/pen/aBBXBq
Working:
-
Copy and paste the js and css code to your files.
-
Add
rel="tooltip"
andtitle="tooltipContent"
to elements that you want to have tooltip.
Done!