Submit your widget
112
Yays

jQuery Fade Menu plugin

Views 13989   downloads 2684   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…

102
Yays

jQuery Drop Down Menus

Views 9936   downloads 2692   Menu & Navigation

Overview Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project and a quick Googling turned up nothing that really suited, so droppy was born. It hasn't…

123
Yays

jQuery accordion Plugin

Views 13202   downloads 2669   Menu & Navigation

This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at…

110
Yays

Cool navigation menu made with JQuery

Views 7509   downloads 1689   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>…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35093   downloads 4816   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

210
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30709   downloads 3617   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

159
Yays

Animated jQuery Menu - Corporate Style

Views 20949   downloads 4701   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

113
Yays

jQuery convertion: Garagedoor slider navigation effect

Views 9603   downloads 1626   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.…

129
Yays

LavaLamp jQuery Sliding Menu

Views 18986   downloads 3270   Menu & Navigation

It is a jQuery sliding nifty effect menu with light weight code and extra two more interface styles. Step 1: The HTML Since most UI developers believe that an unordered list(ul) represents the correct…

153
Yays

jQuery Sliding Menu

Views 30666   downloads 3844   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

110
Yays

jQuery Dropdown Menu

Views 10898   downloads 1917   Menu & Navigation

Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly…

155
Yays

Kwicks accordion menu for jQuery

Views 26732   downloads 5230   Menu & Navigation

Default CSS Note that all of the examples on this page are using this as their default stylesheet /* defaults for all examples */ .kwicks { list-style: none; position: relative; margin: 0; padding: 0;…

127
Yays

jQuery style menu with CSS3

Views 13996   downloads 3237   Menu & Navigation

Here’s a quick experiment I did with CSS3. Again I was just mucking about with CSS3 transitions which could one day replace all the fancy jQuery animation tricks people use. The outcome was a really…

214
Yays

jQuery and CSS3 Thumbnails Navigation Gallery

Views 27663   downloads 4446   Menu & Navigation

we are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. We are going to use jQuery and some CSS3 properties for the style. The main idea is to have…

82
Yays

a Good Looking Floating Menu with jQuery Easing

Views 9758   downloads 1468   Menu & Navigation

We will show you how to create a horizontal menu with floating effect by using jquery.easing and jquery animate function. It's a simple effect but the final product is quite nice looking and elegant.…