Submit your widget
86
Yays

Beautiful Drop Down Menu with jquery

Views 31558   downloads 7820   Menu & Navigation

The demo is about a menu which has all the decent and stylish animated functionality. The HTML Structure As you can see in the PSD, there are Menu items and one Search Bar on right side. The HTML for…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26956   downloads 8577   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…

83
Yays

jQuery feed menus

Views 9693   downloads 1850   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…

72
Yays

useful Tabbed Menu with jQuery

Views 44179   downloads 11679   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.…

71
Yays

Simple jQuery Drop-Down Menu

Views 9257   downloads 2730   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…

66
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

Views 19644   downloads 4426   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…

62
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 27640   downloads 5592   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…

42
Yays

jQuery dropdown Menus Plugin

Views 21208   downloads 6409   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…