Submit your widget
92
Yays

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

Views 24150   downloads 7777   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 29658   downloads 4589   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 75020   downloads 26517   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…

73
Yays

useful Tabbed Menu with jQuery

Views 44287   downloads 11705   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 52280   downloads 11232   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…

95
Yays

jQuery New Top Black Menu Bar like Google

Views 52858   downloads 9733   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 41162   downloads 7754   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 36949   downloads 7974   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 27748   downloads 5619   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…

105
Yays

Rich Media Dropdown Menu with jQuery

Views 39788   downloads 9123   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…

72
Yays

Pure CSS3 animation Menu Navigation

Views 33742   downloads 6908   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 52843   downloads 13167   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 41186   downloads 11479   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…

101
Yays

Colorful jQuery animation slide menu

Views 45668   downloads 9257   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 47362   downloads 7953   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…