Welcome to mirror list, hosted at ThFree Co, Russian Federation.

v1.html « jScrollPane « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c14ae5a744c2bc77e3ecf7df05af59eb426bcd3 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!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>