Tooltip
GitHub Download

Docs


<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Tooltip</title>
    <link rel="stylesheet" href="css/tooltip.css">
</head>
<body>
<span data-tooltip="I'm here">My element</span>
<br>
<span data-tooltip title="I'm here too">My element</span>

<script src="js/tooltip.js"></script>
</body>
</html>
My element
My element