1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
5
<title>jQuery Tooltip Plugin Demo</title>
7
<link rel="stylesheet" href="../jquery.formtip.css" />
8
<link rel="stylesheet" href="screen.css" />
9
<script src="../lib/jquery.js" type="text/javascript"></script>
10
<script src="../lib/jquery.bgiframe.js" type="text/javascript"></script>
11
<script src="../lib/jquery.dimensions.js" type="text/javascript"></script>
12
<script src="../lib/jquery.delegate.js" type="text/javascript"></script>
13
<script src="../jquery.formtip.js" type="text/javascript"></script>
15
<script src="chili-1.7.pack.js" type="text/javascript"></script>
17
<script type="text/javascript">
19
$("form:first").formtip();
20
$("form.test").formtip({
21
positionParent: function(element) {
22
return element.parent();
29
<style type="text/css">
32
border: 1px solid black;
37
border: 1px solid #999;
43
<h1 id="banner"><a href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/">jQuery Tooltip Plugin</a> Demo</h1>
47
<legend>Three elements with tooltips, default settings</legend>
48
<a title="A tooltip with default settings, the href is displayed below the title" href="http://google.de">Link to google</a>
50
<label title="A label with a title and default settings, no href here" for="text1">Input something please!</label>
52
<input title="Note that the tooltip disappears when clicking the input elementthe input elementthe input element" type="text" value="Test" name="action" id="text1"/>
55
<pre><code class="mix">$('#set1 *').tooltip();</code></pre>
56
<input title="Another tooltip element I" type="text" value="Test"/>
63
<label>II</label><input title="Another tooltip element II" type="text" value="Test"/>
66
<label>III</label><input title="Another tooltip element III" type="text" value="Test"/>
69
<div style="width: 200px">
70
<input title="Another tooltip element IV" type="text" value="Test"/>
72
<input type="text" value="Test"/>
74
<input title="Another tooltip element VI" type="text" value="Test"/>
79
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
81
<script type="text/javascript">
82
_uacct = "UA-2623402-1";
b'\\ No newline at end of file'