Submit your widget
54
Yays

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

Views 23059   downloads 7486   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 28997   downloads 4328   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 73903   downloads 26178   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 43540   downloads 11438   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 51401   downloads 10936   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 51863   downloads 9442   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…

92
Yays

jQuery and CSS3 Animation effect

Views 40410   downloads 7472   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 36277   downloads 7691   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 26936   downloads 5366   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 38703   downloads 8745   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 33047   downloads 6684   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 52229   downloads 12959   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 40530   downloads 11261   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…

97
Yays

Colorful jQuery animation slide menu

Views 44730   downloads 8973   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 46502   downloads 7672   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…