Submit your widget
173
Yays

Green menu Drop Down with jQuery

Views 58995   downloads 7386   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

jQuery Multicolor animation drop down navigation menu

Views 31938   downloads 4004   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',…

164
Yays

Sky Blue menu Drop Down with jQuery

Views 25138   downloads 6416   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…

156
Yays

Medium Slate Blue menu Slide Style with Jquery

Views 21234   downloads 4090   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…

212
Yays

script.aculo.us Side bar menu

Views 29651   downloads 4976   Menu & Navigation

side bar menu using script.aculo.us

182
Yays

Minimalistic Navigation menu with CSS3

Views 29706   downloads 6204   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…

243
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 54635   downloads 8033   Menu & Navigation

Installation Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_vertical_menu.css" rel="stylesheet" type="text/css">…

385
Yays

Beautiful red vertical glide navigation menu jquery plugin

Views 41359   downloads 6152   Menu & Navigation

Installation Step1:include css and js files.   <link href="css/webwidget_menu_vertical_menu1.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

227
Yays

jQuery Colorful Content Accordion menu

Views 24993   downloads 4958   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…

114
Yays

jQuery Animated menu

Views 17683   downloads 4713   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…

133
Yays

Jquery Awesome-Filled Navigation menu Use Sprites

Views 18644   downloads 3867   Menu & Navigation

CSS sprites can dramatically increase a website’s performance, and with jQuery, we can implement awesome transition effects easily. Let’s get started. Step 1 Create an html file, and add the…

149
Yays

CSS3 Super slick jQuery menu

Views 21929   downloads 3203   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…

124
Yays

jQuery Smooth Animated menu

Views 22143   downloads 4548   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…

151
Yays

jquery elastic thumbnail menu

Views 14843   downloads 2685   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…

125
Yays

jQuery small Boxes menu

Views 12219   downloads 2706   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…