Submit your widget
89
Yays

simple google style Dropdown menu with jQuery

Views 20773   downloads 5035   Menu & Navigation

we'll show you how to create a jquery dropdown menu with google style, it also can be use as a “fixed” menu. The most important thing on this menus is the css file , we are going to use…

87
Yays

jQuery feed menus

Views 10102   downloads 2029   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

86
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 27377   downloads 8748   Menu & Navigation

This is a magazine-style drop down nav menu. This will be created with some fancy CSS3 techniques to work in standards-compliant browsers. Even if you are shaky with jQuery you should be able to keep…

76
Yays

useful Tabbed Menu with jQuery

Views 44585   downloads 11872   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…

74
Yays

Simple jQuery Drop-Down Menu

Views 9591   downloads 2897   Menu & Navigation

The biggest problem with javascript is that we can’t completely rely on it. It can easily be disabled, and once this happens, websites should still function correctly. Javascript powered sub-navigation…

69
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

Views 19931   downloads 4856   Menu & Navigation

This is a dropdown menu with parental tabs (as first level). Part of the work we pass on to the shoulders of jQuery (switching tabs, display popups). In the current version – we have three levels…

65
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 28072   downloads 5750   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

43
Yays

jQuery dropdown Menus Plugin

Views 21780   downloads 6628   Menu & Navigation

The mock navigation you see above is a mobile-first example of using media queries and javascript to make a decent site menu with drop downs. Special attention is paid to touch screens using touch events…