Skip to content

Very simple html tooltip with CSS and Javascript wihout lib.

License

Notifications You must be signed in to change notification settings

Javlo/VerySimpleToolTip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VerySimpleToolTip

Very simple html tooltip with CSS and Javascript wihout lib.

Getting Started

Insert toolstips.css and toolstips.js.

demo.html:

<html>
<head>
	<script src="src/tooltips.js"></script>
	<link href="src/tooltips.css" rel="stylesheet" />
</head>
<body>
	<a href="https://javlo.org" title="link to javlo website">javlo.org</a>
	<script>
		document.querySelectorAll("a").forEach(function (item) {
			tooltips(item);
		});
	</script>
</body>
</html>

Prerequisites

javascript / css

Versioning

1.0

Authors

  • Patrick Vandermaesen - Architect main developer

About

Very simple html tooltip with CSS and Javascript wihout lib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published