Submit your widget
1588
Yays

jQuery Sliding hover Animated Menu

Views 53131   downloads 8286   Menu & Navigation

we’ll be building a cool Animated navigation list complete with a sliding hover effect. We’ll build the design to work without jQuery first of all to ensure it’s widely accessible to…

1557
Yays

Nice "Flashy" menu with Jquery.

Views 52392   downloads 7674   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

386
Yays

Scalable Menu with jQuery CSS3

Views 55107   downloads 9937   Menu & Navigation

we are going to create a simple menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand. We will…

271
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 33327   downloads 7167   Menu & Navigation

Step 1 Create the Mark-up Before we can create this neat functionality, we need a base from which to work from. In your favorite code editor, create an unordered list for your navigation, and import both…

266
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35439   downloads 5625   Menu & Navigation

Learn how to create a simple, but elegant menu by animating background with jquery backgroundPosition plugin. It's simple, but the effect is really good. Sometimes, simplicity is the most beautiful thing.…

225
Yays

Dynamic glide navigation with jQuery plugin

Views 45938   downloads 8100   Menu & Navigation

Dynamic menu with scrolling color glide followed, appropriate for personal entertainment blog and website which requires newfashioned style and personalization. Help Step1:include js and css files.  …

212
Yays

jQuery horizontal animated menu

Views 18266   downloads 3182   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

183
Yays

jQuery nice Background Animated Navigation Menu

Views 22241   downloads 6225   Menu & Navigation

Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for. jQuery is a great library for this type of task but out of the box, it…

178
Yays

Image Hover Move- simple and practical navigation or featured image jQuery plugin

Views 45352   downloads 6329   Slideshow & Scroller

Usage Include js files.   <link href="css/images_hover_move.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

174
Yays

Green Menu Drop Down with jQuery

Views 59501   downloads 7498   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure Easy to…

166
Yays

Pretty nice Slide Out Navigation Revised

Views 25976   downloads 5256   Menu & Navigation

1. The HTML Structure The only thing we will need for the navigation is a simple unordered list with links and spans inside of the list elements: Home About Search Photos Rss Feed Podcasts Contact The…

164
Yays

Animated jQuery Menu - Corporate Style

Views 21223   downloads 4805   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

158
Yays

Medium Slate Blue Menu Slide Style with Jquery

Views 21549   downloads 4197   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure Easy to…

157
Yays

jQuery html5 canvas 3D animation effect

Views 78088   downloads 3909   HTML5

Directions: Step 1: Add the below code inside the <HEAD> section of the page:   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>…

156
Yays

jQuery Super Cool Bubble Navigation

Views 25203   downloads 6197   Menu & Navigation

In this tutorial we are going to create a bubbly navigation with jQuery. The idea is to have some round navigation icons that release a bubble when hovering over them. We will use the jQuery Easing Plugin…