Get started with tooltipster CDN
MIT licensed
Tooltipster is a lightweight and customizable library for creating dynamic tooltips in the web.
Tags:- tooltip
- jquery
Stable version
Copied!
How to start using tooltipster CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/tooltipster.bundle.min.css">
<script src="https://cdn.cdnhub.io/tooltipster/4.2.8/js/tooltipster.bundle.min.js"></script>
<style>
.tooltip-custom {
background-color: #333;
color: #fff;
border: none;
padding: 8px;
border-radius: 6px;
}
</style>
</head>
<body>
<button id="tooltip-target">Tooltip on hover</button>
<span id="custom-content" class="hidden">This is a custom tooltip</span>
<script>
tooltipster.init(document.querySelector('#tooltip-target'), {
content: document.querySelector('#custom-content'),
interactive: true,
trigger: 'hover',
theme: 'tooltipster-dark'
});
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
2.0.0
2.0.1
2.0.2
2.0.3
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.2.0
2.2.1
2.2.2
2.2.3
2.3.0
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.3.0
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.1.0
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.1.7
4.1.8
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
*** 4.2.8