| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 | 
							- <!DOCTYPE html>
 
- <html lang="en" class="no-js">
 
- 	<head>
 
- 		<meta charset="UTF-8" />
 
- 		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
 
- 		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
 
- 		<title>Blueprint: Slide and Push Menus</title>
 
- 		<meta name="description" content="Blueprint: Slide and Push Menus" />
 
- 		<meta name="keywords" content="sliding menu, pushing menu, navigation, responsive, menu, css, jquery" />
 
- 		<meta name="author" content="Codrops" />
 
- 		<link rel="shortcut icon" href="../favicon.ico">
 
- 		<link rel="stylesheet" type="text/css" href="css/default.css" />
 
- 		<link rel="stylesheet" type="text/css" href="css/component.css" />
 
- 		<script src="js/modernizr.custom.js"></script>
 
- 	</head>
 
- 	<body class="cbp-spmenu-push">
 
- 		<nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="cbp-spmenu-s1">
 
- 			<h3>Menu</h3>
 
- 			<a href="#">Celery seakale</a>
 
- 			<a href="#">Dulse daikon</a>
 
- 			<a href="#">Zucchini garlic</a>
 
- 			<a href="#">Catsear azuki bean</a>
 
- 			<a href="#">Dandelion bunya</a>
 
- 			<a href="#">Rutabaga</a>
 
- 		</nav>
 
- 		<nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-right" id="cbp-spmenu-s2">
 
- 			<h3>Menu</h3>
 
- 			<a href="#">Celery seakale</a>
 
- 			<a href="#">Dulse daikon</a>
 
- 			<a href="#">Zucchini garlic</a>
 
- 			<a href="#">Catsear azuki bean</a>
 
- 			<a href="#">Dandelion bunya</a>
 
- 			<a href="#">Rutabaga</a>
 
- 		</nav>
 
- 		<nav class="cbp-spmenu cbp-spmenu-horizontal cbp-spmenu-top" id="cbp-spmenu-s3">
 
- 			<h3>Menu</h3>
 
- 			<a href="#">Celery seakale</a>
 
- 			<a href="#">Dulse daikon</a>
 
- 			<a href="#">Zucchini garlic</a>
 
- 			<a href="#">Catsear azuki bean</a>
 
- 			<a href="#">Dandelion bunya</a>
 
- 			<a href="#">Rutabaga</a>
 
- 			<a href="#">Celery seakale</a>
 
- 			<a href="#">Dulse daikon</a>
 
- 			<a href="#">Zucchini garlic</a>
 
- 			<a href="#">Catsear azuki bean</a>
 
- 			<a href="#">Dandelion bunya</a>
 
- 			<a href="#">Rutabaga</a>
 
- 		</nav>
 
- 		<nav class="cbp-spmenu cbp-spmenu-horizontal cbp-spmenu-bottom" id="cbp-spmenu-s4">
 
- 			<h3>Menu</h3>
 
- 			<a href="#">Celery seakale</a>
 
- 			<a href="#">Dulse daikon</a>
 
- 			<a href="#">Zucchini garlic</a>
 
- 			<a href="#">Catsear azuki bean</a>
 
- 			<a href="#">Dandelion bunya</a>
 
- 			<a href="#">Rutabaga</a>
 
- 			<a href="#">Celery seakale</a>
 
- 			<a href="#">Dulse daikon</a>
 
- 			<a href="#">Zucchini garlic</a>
 
- 			<a href="#">Catsear azuki bean</a>
 
- 			<a href="#">Dandelion bunya</a>
 
- 			<a href="#">Rutabaga</a>
 
- 		</nav>
 
- 		<div class="container">
 
- 			<header class="clearfix">
 
- 				<span>Blueprint</span>
 
- 				<h1>Slide and Push Menus</h1>
 
- 				
 
- 			</header>
 
- 			<div class="main">
 
- 				<section>
 
- 					<h2>Slide Menus</h2>
 
- 					<!-- Class "cbp-spmenu-open" gets applied to menu -->
 
- 					<button id="showLeft">Show/Hide Left Slide Menu</button>
 
- 					<button id="showRight">Show/Hide Right Slide Menu</button>
 
- 					<button id="showTop">Show/Hide Top Slide Menu</button>
 
- 					<button id="showBottom">Show/Hide Bottom Slide Menu</button>
 
- 				</section>
 
- 				<section class="buttonset">
 
- 					<h2>Push Menus</h2>
 
- 					<!-- Class "cbp-spmenu-open" gets applied to menu and "cbp-spmenu-push-toleft" or "cbp-spmenu-push-toright" to the body -->
 
- 					<button id="showLeftPush">Show/Hide Left Push Menu</button>
 
- 					<button id="showRightPush">Show/Hide Right Push Menu</button>
 
- 				</section>
 
- 			</div>
 
- 		</div>
 
- 		<!-- Classie - class helper functions by @desandro https://github.com/desandro/classie -->
 
- 		<script src="js/classie.js"></script>
 
- 		<script>
 
- 			var menuLeft = document.getElementById( 'cbp-spmenu-s1' ),
 
- 				menuRight = document.getElementById( 'cbp-spmenu-s2' ),
 
- 				menuTop = document.getElementById( 'cbp-spmenu-s3' ),
 
- 				menuBottom = document.getElementById( 'cbp-spmenu-s4' ),
 
- 				showLeft = document.getElementById( 'showLeft' ),
 
- 				showRight = document.getElementById( 'showRight' ),
 
- 				showTop = document.getElementById( 'showTop' ),
 
- 				showBottom = document.getElementById( 'showBottom' ),
 
- 				showLeftPush = document.getElementById( 'showLeftPush' ),
 
- 				showRightPush = document.getElementById( 'showRightPush' ),
 
- 				body = document.body;
 
- 			showLeft.onclick = function() {
 
- 				classie.toggle( this, 'active' );
 
- 				classie.toggle( menuLeft, 'cbp-spmenu-open' );
 
- 				disableOther( 'showLeft' );
 
- 			};
 
- 			showRight.onclick = function() {
 
- 				classie.toggle( this, 'active' );
 
- 				classie.toggle( menuRight, 'cbp-spmenu-open' );
 
- 				disableOther( 'showRight' );
 
- 			};
 
- 			showTop.onclick = function() {
 
- 				classie.toggle( this, 'active' );
 
- 				classie.toggle( menuTop, 'cbp-spmenu-open' );
 
- 				disableOther( 'showTop' );
 
- 			};
 
- 			showBottom.onclick = function() {
 
- 				classie.toggle( this, 'active' );
 
- 				classie.toggle( menuBottom, 'cbp-spmenu-open' );
 
- 				disableOther( 'showBottom' );
 
- 			};
 
- 			showLeftPush.onclick = function() {
 
- 				classie.toggle( this, 'active' );
 
- 				classie.toggle( body, 'cbp-spmenu-push-toright' );
 
- 				classie.toggle( menuLeft, 'cbp-spmenu-open' );
 
- 				disableOther( 'showLeftPush' );
 
- 			};
 
- 			showRightPush.onclick = function() {
 
- 				classie.toggle( this, 'active' );
 
- 				classie.toggle( body, 'cbp-spmenu-push-toleft' );
 
- 				classie.toggle( menuRight, 'cbp-spmenu-open' );
 
- 				disableOther( 'showRightPush' );
 
- 			};
 
- 			function disableOther( button ) {
 
- 				if( button !== 'showLeft' ) {
 
- 					classie.toggle( showLeft, 'disabled' );
 
- 				}
 
- 				if( button !== 'showRight' ) {
 
- 					classie.toggle( showRight, 'disabled' );
 
- 				}
 
- 				if( button !== 'showTop' ) {
 
- 					classie.toggle( showTop, 'disabled' );
 
- 				}
 
- 				if( button !== 'showBottom' ) {
 
- 					classie.toggle( showBottom, 'disabled' );
 
- 				}
 
- 				if( button !== 'showLeftPush' ) {
 
- 					classie.toggle( showLeftPush, 'disabled' );
 
- 				}
 
- 				if( button !== 'showRightPush' ) {
 
- 					classie.toggle( showRightPush, 'disabled' );
 
- 				}
 
- 			}
 
- 		</script>
 
-         
 
-         
 
-         
 
- 	</body>
 
- </html>
 
 
  |