49 lines
No EOL
2.1 KiB
HTML
49 lines
No EOL
2.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
|
|
<title>jScrollPane version 1.x</title>
|
|
|
|
<!-- styles specific to demo site -->
|
|
<link type="text/css" href="style/demo.css" rel="stylesheet" media="all" />
|
|
<!-- styles needed by jScrollPane - include in your own sites -->
|
|
<link type="text/css" href="style/jquery.jscrollpane.css" rel="stylesheet" media="all" />
|
|
|
|
<!-- latest jQuery direct from google's CDN -->
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
|
|
<!-- the mousewheel plugin -->
|
|
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
|
|
<!-- the jScrollPane script -->
|
|
<script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
|
|
<!-- scripts specific to this demo site -->
|
|
<script type="text/javascript" src="script/demo.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="top-nav">
|
|
<img src="image/logo.png" width="196" height="69" alt="jScrollPane">
|
|
<ul>
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="#examples">Examples</a></li>
|
|
<li><a href="#themes">Themes</a></li>
|
|
<li><a href="#usage">How to use</a></li>
|
|
<li><a href="faqs.html">FAQs</a></li>
|
|
<li><a href="known_issues.html">Known issues</a></li>
|
|
<li><a href="#support">Support</a></li>
|
|
<li><a href="#download">Download</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="container">
|
|
<h1>jScrollPane version 1.x</h1>
|
|
<p>
|
|
You followed a link to a page for version 1 of jScrollPane - the jQuery plugin which provides cross browser
|
|
custom scrollbars. Version 1 is now deprecated and all development/ support is concentrated on version 2 of
|
|
the plugin. I suggest that you visit the <a href="/">new jScrollPane homepage</a> to find out all about version
|
|
2 of the plugin.
|
|
</p>
|
|
<p>
|
|
If you must use version 1 of the (for example because you are updating a site that was originally built using
|
|
version 1) then you can find the old site <a href="v1/demo/jScrollPane.html" rel="nofollow">here</a>.
|
|
</div>
|
|
</body>
|
|
</html> |