카테고리: jQuery

Fixed Menu JQuery

1) How to create Fixed Menu When Scrolling Page with CSS and jQuery  

더보기

Swiper Most Modern Mobile Touch Slider

http://idangero.us/swiper/demos/#.Wdboqlu0NhE   슬라이드 메뉴 종류별 예제 보기  

더보기

Creating a Swipeable Side Menu for the Web

https://onextrapixel.com/creating-a-swipeable-side-menu-for-the-web/  [tut demo=”http://www.onextrapixel.com/examples/touch-swipe/demo3.php” download=”http://www.onextrapixel.com/examples/touch-swipe/touch-swipe.zip”] Creating a Swipeable Side Menu for the Web 1. Structure HTML: 1 2 3 4 5 6 7 8 9 10 11 12 <div class=”container”>     <div id=”sidebar”>         <ul>             <li><a href=”#”>Home</a></li>             <li><a href=”#”>Explore</a></li>             <li><a href=”#”>Users</a></li>             <li><a href=”#”>Sign Out</a></li>         </ul>     </div>     <div class=”main-content”>     </div> </div> CSS: 1 2 3 4 5 6 7 […]

더보기

jQuery plugin for creating side menu

http://www.berriart.com/sidr/ <!DOCTYPE html> <html> <head> <!– Your stuff –> <!– Include Sidr bundled CSS theme –> <link rel=”stylesheet” href=”javascripts/sidr/stylesheets/jquery.sidr.dark.css”> </head> <body> <!– Your stuff –> <!– Include jQuery –> <script src=”javascripts/jquery.js”></script> <!– Include the Sidr JS –> <script src=”javascripts/sidr/jquery.sidr.min.js”></script> </body> </html>

더보기

Photo Gallery JQuery

http://www.eyecon.ro/spacegallery/ http://www.serie3.info/s3slider/demonstration.html http://cool-javascripts.com/effects/image-flow-09.html Thumbnails Navigation Gallery with jQuery Beautiful Photo Stack Gallery with jQuery and CSS3

더보기

CSS Dock Menu

http://www.ndesign-studio.com/blog/design/css-dock-menu/ 미리보기

더보기