Submit your widget
146
Yays

jQuery simple Tree Menu

Views 43527   downloads 6082   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 35095   downloads 4722   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 35102   downloads 4818   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 16738   downloads 3768   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 70827   downloads 15076   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 29791   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 13209   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 18067   downloads 3943   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 26671   downloads 4216   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 13997   downloads 2686   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…

105
Yays

Very Nice Minimit Gallery Plugin With jQuery

Views 18787   downloads 3791   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 19598   downloads 2654   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 44883   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 26352   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,…

96
Yays

jQuery Advanced keypress navigation

Views 11535   downloads 1482   Menu & Navigation

The script is (a bit) advanced because of the extra functionality when the user combines the mouse hover and keypresses.   HTML   The HTML that I came up with isn't that hard to understand:…