Submit your widget
146
Yays

jQuery simple Tree Menu

Views 43522   downloads 6081   Menu & Navigation

This is Custom Events, and the Special Events API in jQuery Web pages, for the most part, are event-driven. Libraries such as jQuery have provided helper methods to make this functionality much easier…

144
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35092   downloads 4720   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35097   downloads 4817   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…

137
Yays

jQuery Elastic vertical menu

Views 16734   downloads 3767   Menu & Navigation

jQuery OS X Stack and Drop Stack It’s super lightweight (~1kb) and is a really creative “outside the box” method of navigation for a website. It might be a little awkward having the…

135
Yays

multi level slide accordion menu with jQuery

Views 70812   downloads 15073   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…

128
Yays

jQuery Vertical Slideshow

Views 29780   downloads 4532   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…

123
Yays

jQuery accordion Plugin

Views 13205   downloads 2670   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…

118
Yays

simple CSS jQuery Menu

Views 18065   downloads 3942   Menu & Navigation

HTML This can’t get any simpler. Just make a valid nested unordered list with a root id of “navmenu-h” (for horizontal) or “navmenu-v” (for vertical) and you are all set.…

112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26670   downloads 4215   Menu & Navigation

For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and…

112
Yays

jQuery Fade Menu plugin

Views 13993   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…

108
Yays

Beautiful jQuery Vertical Sliding Accordion

Views 36147   downloads 6713   Accordion

we want to share a slick and flexible vertical jQuery accordion with you. The main idea is to expand the accordion slices on click and show some more information. The other slices will become less opaque…

105
Yays

Very Nice Minimit Gallery Plugin With jQuery

Views 18779   downloads 3790   Slideshow & Scroller

Minimit Gallery is a highly customizable Jquery plugin that does galleries, slideshows, carousels, slides… pratically everything that has multiple states. Using Minimit Gallery you have more time…

104
Yays

Popout Menu with jQuery and CSS3

Views 19596   downloads 2653   Menu & Navigation

The Popout Menu let’s you display menu options in a vertical manner. When clicked, the menu shows its items in a stack manner.

104
Yays

jQuery Awesome Social Media Share Menu

Views 44879   downloads 1883   Menu & Navigation

we will show you how to create a social media share menu using CSS and jQuery. We are going to create the menu using basics CSS such as the CSS background-position property and a little jQuery to make…

104
Yays

Awesome Drop Slide Menu With Jquery

Views 26346   downloads 5335   Menu & Navigation

dropSlideMenu is a simple (single-level support only), yet easily and highly-customisable drop-down menu with an attractive sliding effect. There are plenty of jQuery drop-down menu scripts already available,…