Tiny-Tooltip is a small tooltip that measures less than 2kb (css and js included) based on the Materialize tooltip. It is also mobile friendly and tested in different resolutions.
Create an element that will be use the tooltip:
<span class="tiny-tooltip" data-tooltip="I'm a tooltip!">Hover over me!</span>
And then initialize the tooltip:
$(".tiny-tooltip").tinyTooltip();
This project is licensed under the MIT License - see the LICENSE file for details