Submit your widget
110
Yays

jQuery Dropdown Menu

Views 10885   downloads 1913   Menu & Navigation

Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly…

110
Yays

Cool navigation menu made with JQuery

Views 7498   downloads 1685   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…

110
Yays

jQuery CSS3 Overlap that Menu

Views 12695   downloads 1922   Menu & Navigation

If you have ever wanted to do something a bit different with your main navigation, how about having your items overlap each other? Using position: absolute; on our links allows us to do this. The first…

109
Yays

Jemjabella Menu jQuery

Views 11685   downloads 1583   Menu & Navigation

The menu itself was marked up in a (semantically correct) unordered list, like so: <ul id="navigation"> <li><a href="#">link one</a></li> <li><a href="#">link…

109
Yays

jdMenu Hierarchical Menu Plugin for jQuery

Views 9717   downloads 1464   Menu & Navigation

The jdMenu plugin for jQuery provides a clean, simple and elegant solution for creating hierarchical drop down menus for websites to web applications. View the feature list below to see if jdMenu is the…

108
Yays

jQuery Plugin xBreadcrumbs (Extended Breadcrumbs) navigation

Views 16753   downloads 2828   Menu & Navigation

xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to create categorized breadcrumbs for your site. This may be useful if your website has a deep structure and you want allow your visitors to quickly…

108
Yays

jQuery MegaMenu

Views 14890   downloads 2471   Menu & Navigation

 the popular jQuery plugin A completely revamped JS and CSS code-base. Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu) Customizable menu show and hide effects, with…

108
Yays

Fancy Sliding Menu for Mootools

Views 38968   downloads 6964   Menu & Navigation

The most common example was the Rico accordion,As you can see  it looks quite cool and can add some nice interaction to any site.

108
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9479   downloads 1738   Menu & Navigation

 Everyday on the web there’s something that we all do, almost regardless of the site that we’re on – we scroll down. If we’re reading a blog post, looking through a product…

107
Yays

slide extra content or a navigation tool(jQuery )

Views 16994   downloads 3158   Menu & Navigation

  This is a jQuery component to build a sliding panel where you can load content or navigation structure via Ajax. JS call:   <script type="text/javascript" src="http://jquery.com/src/jquery-latest.js"></script>…

107
Yays

jQuery An Auto Collapsing Bread Crumb

Views 16096   downloads 3100   Menu & Navigation

With a little help from jquery user "mikejbond", the chevron overlay div no longer needs to be part of the HTML, it is inserted dynamically. You may still want include it if you want to cache image on…

107
Yays

Hover effect Drop-Down menu with CSS3 & jQuery

Views 29277   downloads 5298   Menu & Navigation

This is a really awesome menu in the browser. So I hope you'll enjoy learning some CSS3, but also how to create the base HTML for a drop-down menu and how to make it magical with jQuery. The HTML Lets…

106
Yays

jQuery Awesome modal Navigation Menu

Views 21935   downloads 2619   Menu & Navigation

We have a horizontal menu with a few categories. Each category has multiple subcategories and each such subcategory may contain a random number of products. For easier and faster movement of users thorough…

106
Yays

Beautiful DropDown Menu with jQuery

Views 63350   downloads 17503   Menu & Navigation

This customizable jQuery plugin offers you the possibility of transforming your menus with ul>li at 1 level of interweaving (ul>li>ul>li>ul>li) in an attractive animated menu. You will…

105
Yays

Pure CSS Vertical Navigation with Teaser

Views 23833   downloads 3954   Menu & Navigation

This technique is a simple way to display some teaser information for your vertical navigation. HTML We will start by creating a list item, but in this case, we will add an empty ‘span’ tag…