Submit your widget
118
Yays

simple CSS jQuery Menu

Views 18044   downloads 3933   Menu & Navigation

HTML This can’t get any simpler. Just make a valid nested unordered list with a root id of “navmenu-h” (for horizontal) or “navmenu-v” (for vertical) and you are all set.…

106
Yays

jQuery Awesome modal Navigation Menu

Views 21929   downloads 2613   Menu & Navigation

We have a horizontal menu with a few categories. Each category has multiple subcategories and each such subcategory may contain a random number of products. For easier and faster movement of users thorough…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21177   downloads 4411   Menu & Navigation

we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the…

138
Yays

CSS3 and jQuery menu

Views 15857   downloads 3321   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14205   downloads 1741   Menu & Navigation

we'll show you how to create a navigation menu that slides horizontally. It begins with a set of "tabs" on the right side of a containing element. When clicked, a tab slides to the left to reveal a group…

112
Yays

imitating kwicks nice menu jQuery Plugin

Views 14502   downloads 2043   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…

210
Yays

jQuery horizontal animated menu

Views 18016   downloads 3091   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…

269
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 32952   downloads 7066   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…

90
Yays

jQuery sprite Fade Navigation Menu

Views 11821   downloads 1807   Menu & Navigation

What is a sprite? In case you aren’t sure, a CSS sprite is a large image, made up of all the smaller images you wish to use on your webpage. The benefits of using CSS sprites include: Page load…

108
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9475   downloads 1734   Menu & Navigation

 Everyday on the web there’s something that we all do, almost regardless of the site that we’re on – we scroll down. If we’re reading a blog post, looking through a product…

119
Yays

Horizontal Sliding Submenu jQuery plugin

Views 18749   downloads 3061   Menu & Navigation

a horizontal sliding submenu. Has a couple of options and the appearance can be modified in the css. Slide Submenu requires: jQuery library hoverIntent plugin Slide Subnav plugin Example code to load…

100
Yays

A Keypress Navigation tabs jQuery

Views 9148   downloads 2284   Menu & Navigation

The key to a succesful website is the ease with which a user finds what they are looking for. Thus, it’s worth spending a lot of time and effort in creating both useful and visually appealing navigation…

154
Yays

jQuery quickie: Slot machine navigation

Views 14261   downloads 2717   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…

283
Yays

Horizontal Accordion menu with jQuery

Views 28155   downloads 3793   Accordion

Up until now I have always used Scriptaculous / Prototype for any JavaScript animation and effects, but lately I’ve heard a lot of good things about jQuery. So, I thought I would give it a try,…

84
Yays

JQuery Navigation

Views 7855   downloads 1621   Menu & Navigation

You should now be set to create your HTML file. Open up dreamweaver and start a new HTML document, save the document straight away as index.html on your desktop. Open up notepad and save a blank file…