Submit your widget
86
Yays

Beautiful Drop Down Menu with jquery

Views 31485   downloads 7809   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 26888   downloads 8566   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 9657   downloads 1840   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 44137   downloads 11664   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 9234   downloads 2718   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 19624   downloads 4386   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 27562   downloads 5576   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 21168   downloads 6394   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…