Submit your widget
111
Yays

Beautiful CSS3 scroll Social Menu

Views 41106   downloads 11451   Menu & Navigation

we’ll learn how to code a fancy social networks menu with HTML5 and CSS3 and absolutely no images. Yup, that’s right! No images at all. We’ll also learn how to convert a normal font…

110
Yays

jQuery Dropdown Menu

Views 10916   downloads 1924   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 7523   downloads 1697   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

Jemjabella Menu jQuery

Views 11707   downloads 1594   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 9759   downloads 1474   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 16785   downloads 2837   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 14921   downloads 2483   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 38993   downloads 6977   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 9504   downloads 1749   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 17028   downloads 3169   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 16133   downloads 3113   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 29311   downloads 5308   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 21972   downloads 2632   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 63426   downloads 17519   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 23881   downloads 3969   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…