Submit your widget
112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26642   downloads 4206   Menu & Navigation

For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and…

112
Yays

jQuery Fade Menu plugin

Views 13964   downloads 2674   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…

112
Yays

jQuery Beautiful Slick Drop down Menu with Easing Effect

Views 14193   downloads 2341   Menu & Navigation

Drop-down menus are an excellent feature because they help clean up a busy layout. When structured correctly, drop-down menus can be a great navigation tool, while still being an attractive design feature.…

112
Yays

imitating kwicks nice menu jQuery Plugin

Views 14491   downloads 2039   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…

111
Yays

Jquery Horizontal Slide Navigation

Views 15180   downloads 3169   Menu & Navigation

This is a spectacular sliding navigation whose animation is triggered when the user hovers over a navigation item. HTML Structures     <ul> <li><a href="#" title="" class="home"><p><strong>Title</strong><br…

110
Yays

Cool navigation menu made with JQuery

Views 7485   downloads 1675   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 12678   downloads 1913   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

jdMenu Hierarchical Menu Plugin for jQuery

Views 9703   downloads 1456   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 16741   downloads 2820   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 14872   downloads 2463   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

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9465   downloads 1730   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 16980   downloads 3152   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 16065   downloads 3092   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 29264   downloads 5289   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 21918   downloads 2609   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…