Submit your widget
84
Yays

jQuery Collapse - A lightweight jQuery plugin that enables expanding and collapsing content

Views 23978   downloads 7728   Menu & Navigation

  jQuery Collapse A lightweight and flexible jQuery plugin that allows you to collapse content. A feature also known as 'progressive disclosure'. NOTICE: As of August 2012 this plugin has…

37
Yays

A horizontal navigation jquery plugin

Views 29541   downloads 4550   Menu & Navigation

HorizontalNav is a jQuery plugin that spans a horizontal navigation to fit the full width of it's container. If you've ever had to create this effect on a project, you'll know it's pretty…

176
Yays

Pure useful CSS3 Dropdown Menu

Views 74812   downloads 26457   Menu & Navigation

e will code in pure CSS3 the Navigation Menu that you can find in Impressionist UI by Vladimir Kudinov. Step 1 – HTML Markup We will create an unordered list with a list item and an anchor tag for…

72
Yays

useful Tabbed Menu with jQuery

Views 44130   downloads 11661   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…

137
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52089   downloads 11181   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

93
Yays

jQuery New Top Black Menu Bar like Google

Views 52680   downloads 9686   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

95
Yays

jQuery and CSS3 Animation effect

Views 40993   downloads 7700   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

93
Yays

Awesome CSS3 animation menu

Views 36791   downloads 7906   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

62
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 27557   downloads 5573   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

103
Yays

Rich Media Dropdown Menu with jQuery

Views 39543   downloads 9071   Menu & Navigation

Today’s tutorial combines two good friends, jQuery and dropdown menus! “That boring old combination”, I hear you cry. But wait, this is a dropdown menu with a difference! It takes away…

70
Yays

Pure CSS3 animation Menu Navigation

Views 33625   downloads 6866   Menu & Navigation

The example will only be visible in Firefox, Safari and Chrome because it uses the CSS3 Animation Property. HTML Now look carefully ... this markup is really easy, just create an unordered list and insert…

103
Yays

Pure CSS3 slide dropdown Menu

Views 52736   downloads 13123   Menu & Navigation

As usual, we start with the HTML. Here is the html code of our menu. As usual – this is again UL-LI based navigation menu. The most interesting thing will be CSS styles of course. index.html <ul…

111
Yays

Beautiful CSS3 scroll Social Menu

Views 41064   downloads 11438   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…

100
Yays

Colorful jQuery animation slide menu

Views 45473   downloads 9209   Menu & Navigation

This is a nice and colorful jQuery and css menu The Idea is to create a normal ul li menu and apply a top border to the anchor tags with colors that will match with the element background color when it…

89
Yays

Nice jQuery Walking Navigation

Views 47176   downloads 7902   Menu & Navigation

On a single page website with fixed position navigation, it will be nice to tell user on what section they are reading at. In this tutorial I am going to share how to create a walking navigation, on the…