Submit your widget
56
Yays

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

Views 23715   downloads 7650   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…

36
Yays

A horizontal navigation jquery plugin

Views 29337   downloads 4473   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 74470   downloads 26365   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…

71
Yays

useful Tabbed Menu with jQuery

Views 43901   downloads 11591   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.…

136
Yays

Awesome jQuery and CSS3 Interactive menu

Views 51826   downloads 11092   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…

92
Yays

jQuery New Top Black Menu Bar like Google

Views 52382   downloads 9590   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…

93
Yays

jQuery and CSS3 Animation effect

Views 40766   downloads 7625   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…

92
Yays

Awesome CSS3 animation menu

Views 36613   downloads 7838   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…

61
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 27304   downloads 5500   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…

102
Yays

Rich Media Dropdown Menu with jQuery

Views 39245   downloads 8988   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…

69
Yays

Pure CSS3 animation Menu Navigation

Views 33440   downloads 6807   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…

102
Yays

Pure CSS3 slide dropdown Menu

Views 52534   downloads 13069   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…

110
Yays

Beautiful CSS3 scroll Social Menu

Views 40866   downloads 11374   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…

99
Yays

Colorful jQuery animation slide menu

Views 45196   downloads 9129   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…

86
Yays

Nice jQuery Walking Navigation

Views 46930   downloads 7823   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…