diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/jquery-slimscroll/examples/navigation.html | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/jquery-slimscroll/examples/navigation.html')
-rw-r--r-- | public/bower_components/jquery-slimscroll/examples/navigation.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/public/bower_components/jquery-slimscroll/examples/navigation.html b/public/bower_components/jquery-slimscroll/examples/navigation.html new file mode 100644 index 0000000..2df6272 --- /dev/null +++ b/public/bower_components/jquery-slimscroll/examples/navigation.html @@ -0,0 +1,30 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<title>jquery.slimscroll - navigation</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link href="style.css" type="text/css" rel="stylesheet" /> +</head> +<body> +<div id="nav"> + <h1>jQuery slimScroll</h1> + <h2>Facebook-style jQuery Scrollbar</h1> + <hr /> + <ul> + <li><a target="main" href="height-width.html">Height / Width options</a></li> + <li><a target="main" href="scrollbar.html">Scrollbar options</a></li> + <li><a target="main" href="rail.html">Rail options</a></li> + <li><a target="main" href="start-position.html">Start position</a></li> + <li><a target="main" href="chaining.html">Chaining</a></li> + <li><a target="main" href="multiple-elements.html">Mulitple bindings</a></li> + <li><a target="main" href="programmatic-scrolling.html">Programmatic Scrolling</a></li> + <li><a target="main" href="scroll-events.html">Scroll Events</a></li> + <li><a target="main" href="allow-page-scroll.html">allowPageScroll option</a></li> + <li><a target="main" href="disable-fade-out.html">disableFadeOut option</a></li> + <li><a target="main" href="mouse-wheel.html">wheelStep option</a></li> + <li><a target="main" href="nested.html">nested elements</a></li> + <li><a target="main" href="dynamic-content.html">dynamic content</a></li> + </ul> +</div> +</body> +</html>
\ No newline at end of file |