stuartloxton / jquery-pushup

jQuery port of Nick Stakenburg's pushup.

This URL has Read+Write access

jquery-pushup / sample.html
3d182083 » voodootikigod 2008-09-03 Fixing bugs with the jquery... 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>Sample Page</title>
6 <script src="js/jquery-1.2.6.min.js" type="text/javascript"></script>
7 <script src="js/jquery.pushup.js" type="text/javascript"></script>
8 <link rel='stylesheet' type='text/css' href='css/pushup.css' />
9
10 </head>
11 <body >
12 This is a test of the page.
13 </body>
14 </html>