Submit your widget
115
Yays

CSS and jQuery Cool Animated Navigation

Views 18251   downloads 3030   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…

115
Yays

jQuery Drop down Menu

Views 9610   downloads 1950   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure of jQuery…

114
Yays

jQuery Animated Menu

Views 17704   downloads 4721   Menu & Navigation

Step 1 – Set up the Structure Here is the HTML markup that is used in the demo: <div id="menu" class="menu"> <ul> <li><a href="[removed];">Home</a></li> <li><a…

114
Yays

jQuery Simple Lava Lamp Menu

Views 13388   downloads 2368   Menu & Navigation

  Lava Lamp Menu is one of the favourite menu that has been using by some websites. It has a jQuery plugin for it, we're not reinventing the wheel, but it will be good to know how it works, how to…

113
Yays

jQuery convertion: Garagedoor slider navigation effect

Views 9634   downloads 1637   Menu & Navigation

First we need to make the script ans style of the GarageDoor work. To make that happen, you’ll need jQuery. This library enables interface effects, so you don’t have to create it yourself.…

113
Yays

imitating kwicks nice menu jQuery Plugin

Views 14531   downloads 2061   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"…

112
Yays

Horizontal Tooltips Menu with jQuery

Views 16115   downloads 3452   Menu & Navigation

We're doing something a little bit similar - Tooltips menu.   1. HTML   As usual, it's a good practise to use UL List for menu. For the menu images, you need to put the caption in the ALT attribute,…

112
Yays

jQuery Vimeo-like top navigation

Views 14327   downloads 3242   Menu & Navigation

The menu that drops down when you hover search box. It offers you different search options that you can choose and narrow your search. Simple CSS drop down menu based on unordered list. The structure…

112
Yays

jQuery Super Sexy Drop Down Menu

Views 26095   downloads 6330   Menu & Navigation

Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look…

110
Yays

Cool navigation menu made with JQuery

Views 7527   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>…

108
Yays

jQuery Plugin xBreadcrumbs (Extended Breadcrumbs) navigation

Views 16785   downloads 2838   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 14926   downloads 2484   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 9504   downloads 1750   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

jQuery An Auto Collapsing Bread Crumb

Views 16139   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…

106
Yays

jQuery Awesome modal Navigation Menu

Views 21974   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…