Submit your widget
109
Yays

jQuery Dropdown Menu

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

109
Yays

Cool navigation menu made with JQuery

Views 7308   downloads 1615   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>…

109
Yays

jQuery CSS3 Overlap that Menu

Views 12443   downloads 1855   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 11532   downloads 1523   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…

107
Yays

jQuery MegaMenu

Views 14701   downloads 2404   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…

107
Yays

Fancy Sliding Menu for Mootools

Views 38798   downloads 6906   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.

107
Yays

jdMenu Hierarchical Menu Plugin for jQuery

Views 9458   downloads 1401   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…

107
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9294   downloads 1681   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…

106
Yays

jQuery Plugin xBreadcrumbs (Extended Breadcrumbs) navigation

Views 16543   downloads 2763   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…

106
Yays

slide extra content or a navigation tool(jQuery )

Views 16780   downloads 3098   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>…

106
Yays

jQuery An Auto Collapsing Bread Crumb

Views 15852   downloads 3029   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…

106
Yays

Hover effect Drop-Down menu with CSS3 & jQuery

Views 29045   downloads 5228   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…

105
Yays

Pure CSS Elegant Drop Menu And horizontal menu

Views 13088   downloads 1880   Menu & Navigation

Why do we love to use Drop Menu to display our navigation? Because, it saves space for our website. If you’re building a website with many categories, you need to use drop down menu technique for…

105
Yays

Beautiful DropDown Menu with jQuery

Views 63102   downloads 17410   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…

104
Yays

Pure CSS Vertical Navigation with Teaser

Views 23615   downloads 3894   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…