-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
31 lines (25 loc) · 1.39 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jTip - The Jquery Tool Tip</title>
<style type="text/css" media="all">
@import "css/global.css";
</style>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jtip_vis.js" type="text/javascript"></script>
</head>
<body>
<div id="contentPad">
<p><a href="https://github.com/jheizer/jTip_VIS">Download This Example</a></p>
<p><strong>Roll over a question mark:</strong></p>
<label style="padding-right:5px">Password</label><input name="" type="text" /><span class="formInfo"><a href="#" class="jTip" id="one" helpwidth="375" name="Password must follow these rules:" helptext="Lots of text here <br>test<br>test<br>test">?</a></span>
<br />
<br />
<label style="padding-right:5px">User ID</label><input name="" type="text" /><span class="formInfo"> <img src="images/helpicon.png" class="jTip" id="two" helpwidth="375" name="" helptext="test" /></span>
<p>
This is a modified version of <a href="http://www.codylindley.com/blogstuff/js/jtip/">http://www.codylindley.com/blogstuff/js/jtip/</a> that removes the ajax loading of text. Also the links are always disabled.
</p>
</div>
</body>
</html>