Submit your widget
117
Yays

jQuery Animated Menu

Views 18060   downloads 4862   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…

153
Yays

CSS3 Super slick jQuery menu

Views 22316   downloads 3351   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…

130
Yays

jQuery Smooth Animated Menu

Views 22563   downloads 4685   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…

154
Yays

jquery elastic thumbnail menu

Views 15149   downloads 2803   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…

128
Yays

jQuery small Boxes Menu

Views 12619   downloads 2830   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…

125
Yays

jQuery Smooth Circular Motion Menu

Views 21547   downloads 4136   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…

177
Yays

jQuery Beautiful Background Images Navigation

Views 22313   downloads 3730   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.…

139
Yays

jQuery Rocking and Rolling Rounded Menu

Views 18964   downloads 5184   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…

185
Yays

Minimalistic Navigation Menu with CSS3

Views 30382   downloads 6351   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…

167
Yays

Pretty nice Slide Out Navigation Revised

Views 26088   downloads 5304   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…

216
Yays

script.aculo.us Side bar menu

Views 30337   downloads 5164   Menu & Navigation

side bar menu using script.aculo.us

159
Yays

Medium Slate Blue Menu Slide Style with Jquery

Views 21692   downloads 4234   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…

173
Yays

Sky Blue Menu Drop Down with jQuery

Views 25686   downloads 6597   Menu & Navigation

jQuery Menu 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…

167
Yays

jQuery Multicolor animation drop down navigation menu

Views 32372   downloads 4164   Menu & Navigation

help :   $(function(){ $("#webwidget_menu_dropdown").webwidget_menu_dropdown({ m_w: '100', //Menu width m_t_c: '#FFF', //Text color m_c_c: '#8FC45A', //Current background color m_bg_c: '#56A901',…

176
Yays

Green Menu Drop Down with jQuery

Views 59774   downloads 7552   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…