Submit your widget
147
Yays

jQuery Mac dock style flexibility menu

Views 18870   downloads 4543   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 16996   downloads 3857   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 18482   downloads 3107   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 10578   downloads 2089   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…

165
Yays

Image Horizontal Slide Menu with Mootools

Views 30062   downloads 6858   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 25299   downloads 5052   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 17974   downloads 4829   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 22242   downloads 3315   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 22480   downloads 4655   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 15087   downloads 2777   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 12537   downloads 2805   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 21489   downloads 4113   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 22241   downloads 3701   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 18909   downloads 5156   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 30230   downloads 6321   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…