Submit your widget
147
Yays

jQuery Mac dock style flexibility menu

Views 18887   downloads 4553   Menu & Navigation

Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS…

144
Yays

jQuery Elastic vertical menu

Views 17005   downloads 3864   Menu & Navigation

jQuery OS X Stack and Drop Stack It’s super lightweight (~1kb) and is a really creative “outside the box” method of navigation for a website. It might be a little awkward having the…

117
Yays

CSS and jQuery Cool Animated Navigation

Views 18501   downloads 3111   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…

94
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10598   downloads 2097   Menu & Navigation

    As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I’ve always liked the way the menu on MooTools worked.This we’ll recreate…

167
Yays

Image Horizontal Slide Menu with Mootools

Views 30086   downloads 6868   Menu & Navigation

horizontal menu, reveals more of the image as you rollover it. Features 2 optional onClick events - open & close href passed to onClick events stays open when clicked closes when clicked select item…

233
Yays

jQuery Colorful Content Accordion menu

Views 25324   downloads 5058   Menu & Navigation

We are making a simple, yet eye-catching accordion with the help of CSS, jQuery and the easing plug-in for some fancy effects.   Step 1 – XHTML   As you can see from the demo, the accordion…

116
Yays

jQuery Animated Menu

Views 18004   downloads 4839   Menu & Navigation

Step 1 – Set up the Structure Here is the HTML markup that is used in the demo: <div id="menu" class="menu"> <ul> <li><a href="[removed];">Home</a></li> <li><a…

152
Yays

CSS3 Super slick jQuery menu

Views 22274   downloads 3328   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

129
Yays

jQuery Smooth Animated Menu

Views 22511   downloads 4663   Menu & Navigation

Ever seen some excellent jQuery navigation that left you wanting to make one of your own? We’ll aim to do just that by building a menu and animate it with some smooth effects. Step 1 – Set…

153
Yays

jquery elastic thumbnail menu

Views 15103   downloads 2784   Menu & Navigation

The HTML Quick and easy, the general framework we’ll be using goes as follows: <div id="menuwrapper"> <div id="menu"> <a href="#" class="menuitem"><img src="image.jpg"></a><!--Template…

127
Yays

jQuery small Boxes Menu

Views 12564   downloads 2813   Menu & Navigation

we will create a menu out of little boxes that animate randomly when a menu item is clicked. The clicked menu item expands and reveals a content area for some description or links. When the item is clicked…

124
Yays

jQuery Smooth Circular Motion Menu

Views 21507   downloads 4121   Menu & Navigation

we are going to create a stunning circular motion effect with jQuery. We will be using the jQuery.path plugin to animate a circular movement for a menu in a portfolio example. The idea is to have a rounded…

176
Yays

jQuery Beautiful Background Images Navigation

Views 22265   downloads 3712   Menu & Navigation

We are going to create a beautiful navigation that has a background image slide effect. The main idea is to have three list items that contain the same background image but with a different position.…

138
Yays

jQuery Rocking and Rolling Rounded Menu

Views 18931   downloads 5164   Menu & Navigation

In this tutorial we are going to make use of the incredibly awesome rotating and scaling jQuery patch from Zachary Johnson that can be found here. We will create a menu with little icons that will rotate…

184
Yays

Minimalistic Navigation Menu with CSS3

Views 30271   downloads 6328   Menu & Navigation

Today we are making something practical – a simple CSS3 animated navigation menu The XHTML The menu is organized as an unordered list. This is the most suitable structure for a menu, as it provides…