You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1018 B
HTML
25 lines
1018 B
HTML
<html>
|
|
<head>
|
|
<title>My site</title>
|
|
<!-- jQuery in the head (ideally) -->
|
|
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
|
|
|
<!-- CSS file -->
|
|
<link type="text/css" rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/qtip2/2.1.0/jquery.qtip.min.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Include either the minifed or production version, not both -->
|
|
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/qtip2/2.1.0/jquery.qtip.min.js"></script>
|
|
|
|
<!-- Optional: imagesLoaded dependancy to better support images inside your tooltips -->
|
|
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.0.1/jquery.imagesloaded.min.js"></script>
|
|
|
|
|
|
<div class="hasTooltip">Hover me to see a tooltip</div>
|
|
<div class="hidden"> <!-- This class should hide the element, change it if needed -->
|
|
<p><b>Complex HTML</b> for your tooltip <i>here</i>!</p>
|
|
<a>fafsdfsdf dfasdfsdfa dfadfas</a>
|
|
</div>
|
|
</body>
|
|
</html> |