Directions for a Jquery Thickbox
- 1). Download the jQuery Thickbox plugin.
- 2). Open a text editor and add the following code:
<html>
<script type="text/javascript" src="path-to-file/jquery.js"></script>
<script type="text/javascript" src="path-to-file/thickbox.js"></script>
<link rel="stylesheet" href="/links/?u=path-to-file/thickbox.css" type="text/css" media="screen" />
<body>
<div>
</div>
</body>
</html>
This creates a basic Web page skeleton and includes the JavaScript files thickbox needs to work. - 3). Add the following code between the "body" tags.
<apath_to_some_image" /></a>
Save the file with an ".html" extension.
Source...