Submit your widget
134
Yays

multi level slide accordion menu with jQuery

Views 70702   downloads 15047   Accordion

jQuery accordion menus are menus that act like a musical accordion, with regards to their ability to expand and contract based on user interactions. This helps display additional information for the active…

133
Yays

Jquery Awesome-Filled Navigation Menu Use Sprites

Views 18590   downloads 3843   Menu & Navigation

CSS sprites can dramatically increase a website’s performance, and with jQuery, we can implement awesome transition effects easily. Let’s get started. Step 1 Create an html file, and add the…

129
Yays

jQuery Fresh Bottom Slide Out Menu

Views 25413   downloads 4524   Menu & Navigation

In this tutorial we will create a unique bottom slide out menu. This large menu will contain some title and a description of the menu item. It will slide out from the bottom revealing the description…

128
Yays

LavaLamp jQuery Sliding Menu

Views 18909   downloads 3248   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…

127
Yays

jQuery Vertical Slideshow

Views 29696   downloads 4499   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

126
Yays

jQuery style menu with CSS3

Views 13936   downloads 3216   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…

126
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28362   downloads 4447   Menu & Navigation

SooperFish is a highly configurable solution for animated dropdown menus. It combines the features of superfish, structured programming of Droppy and a ton of new features like multi-column dropdown menus…

125
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 18629   downloads 2613   Menu & Navigation

Very stripped down code and minimal styling, yet still have all the functionality typically needed.Here are the features: Cross-browser compatible (even IE 6) Multi-level and retains “trail”…

124
Yays

jQuery small Boxes Menu

Views 12135   downloads 2687   Menu & Navigation

we will create a menu out of little boxes that animate randomly when a menu item is clicked. The clicked menu item expands and reveals a content area for some description or links. When the item is clicked…

123
Yays

jQuery Smooth Animated Menu

Views 22065   downloads 4527   Menu & Navigation

Ever seen some excellent jQuery navigation that left you wanting to make one of your own? We’ll aim to do just that by building a menu and animate it with some smooth effects. Step 1 – Set…

123
Yays

jQuery accordion Plugin

Views 13125   downloads 2648   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…

122
Yays

Multi-level Navigation Menu With jQuery And CSS3

Views 13388   downloads 2912   Menu & Navigation

This is an attractive cross-browser navigation menu; notable features include CSS3 gradients, multiple sub-menus, and jQuery animations.

122
Yays

Cursor following translucent float menu jQuery CSS3

Views 11810   downloads 2362   Menu & Navigation

A website navigation menu that follows the cursor, created with the jQuery framework and CSS that’s easy to implement and configure. The idea behind the script was to create a floating navigation…

121
Yays

jQuery Smooth Circular Motion Menu

Views 21192   downloads 3985   Menu & Navigation

we are going to create a stunning circular motion effect with jQuery. We will be using the jQuery.path plugin to animate a circular movement for a menu in a portfolio example. The idea is to have a rounded…

121
Yays

Animated Navigation with CSS & jQuery

Views 15189   downloads 3667   Menu & Navigation

Fancy but a very simple technique! The good thing about this technique is that it degrades gracefully and is still accessible even if js is turned off. Step 1. Wireframe – HTML This part is very…