v1.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>jScrollPane version 1.x</title>
  6. <!-- styles specific to demo site -->
  7. <link type="text/css" href="style/demo.css" rel="stylesheet" media="all" />
  8. <!-- styles needed by jScrollPane - include in your own sites -->
  9. <link type="text/css" href="style/jquery.jscrollpane.css" rel="stylesheet" media="all" />
  10. <!-- latest jQuery direct from google's CDN -->
  11. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  12. <!-- the mousewheel plugin -->
  13. <script type="text/javascript" src="script/jquery.mousewheel.js"></script>
  14. <!-- the jScrollPane script -->
  15. <script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
  16. <!-- scripts specific to this demo site -->
  17. <script type="text/javascript" src="script/demo.js"></script>
  18. </head>
  19. <body>
  20. <div id="top-nav">
  21. <img src="image/logo.png" width="196" height="69" alt="jScrollPane">
  22. <ul>
  23. <li><a href="#">Home</a></li>
  24. <li><a href="#examples">Examples</a></li>
  25. <li><a href="#themes">Themes</a></li>
  26. <li><a href="#usage">How to use</a></li>
  27. <li><a href="faqs.html">FAQs</a></li>
  28. <li><a href="known_issues.html">Known issues</a></li>
  29. <li><a href="#support">Support</a></li>
  30. <li><a href="#download">Download</a></li>
  31. </ul>
  32. </div>
  33. <div id="container">
  34. <h1>jScrollPane version 1.x</h1>
  35. <p>
  36. You followed a link to a page for version 1 of jScrollPane - the jQuery plugin which provides cross browser
  37. custom scrollbars. Version 1 is now deprecated and all development/ support is concentrated on version 2 of
  38. the plugin. I suggest that you visit the <a href="/">new jScrollPane homepage</a> to find out all about version
  39. 2 of the plugin.
  40. </p>
  41. <p>
  42. If you must use version 1 of the (for example because you are updating a site that was originally built using
  43. version 1) then you can find the old site <a href="v1/demo/jScrollPane.html" rel="nofollow">here</a>.
  44. </div>
  45. </body>
  46. </html>