Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Plugins: Menus


Filter by Project release API compatibility:
Login or register to modify the filter.

(mb)Menu, a powerful jQuery multilevel tree menu

Last changed: 3 weeks 5 days ago

This is a powerful component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way!

Dependencies:

none

here is the js call:

$(”.myMenu”).buildMenu(
{
  template:”menuVoices.jsp”,
  additionalData:”",
  menuWidth:200,
  openOnRight:false,
  menuSelector: “.menuContainer”,
  iconPath:”ico/”,
  hasImages:true,
  fadeInTime:200,
  fadeOutTime:100,
  adjustLeft:2,
  adjustTop:10,
  opacity:.95,
  shadow:true,
  closeOnMouseOut:true,
  closeAfter:500,
  minZindex:"auto", // or number
  hoverIntent:0, //if you use jquery.hoverIntent.js set this to time in milliseconds; 0= false;

});

or you can call it as contextual menu:


$(document).buildContextualMenu(
{
template:”menuVoices.html”,
menuWidth:200,
overflow:2,
menuSelector: “.menuContainer”,
iconPath:”ico/”,
hasImages:false,
fadeInTime:200,
fadeOutTime:100,

VersionDateLinksStatus
1.5.12009-Feb-12Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.5.02009-Feb-06Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
2.52009-Jun-08Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

123Tree

Last changed: 1 year 7 weeks ago

This is Tree and you can have best fecilities and it is very simple tree

Accordion

Last changed: 1 year 16 weeks ago

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 first) and to customize animations. The navigation-option automatically activates a part of the accordion based on the current location (URL) of the page.

VersionDateLinksStatus
1.6.02008-Mar-08Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

Accordion Content/ Menu script

A jQuery powered accordion content script. Group contents together and reveal them on demand when the user clicks on headers. Specify whether only one content within the group should be open at any given time, style the headers depending on their content state, and enable persistence so the state of the contents is preserved within a browser session.

A dedicated page showing how to easily create an Accordion Menu using the script (see demo link) is also available.

VersionDateLinksStatus
1.62008-Oct-06Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.72009-Mar-25Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

Animated Outline Menu

A drop down menu with a sleek "outline" animation added when it drops down, applicable to any anchor link. The menu can be set to appear either via a "click" or "mouseover" of the anchor link.

Structure wise, each animated outline menu is simply defined as regular list menus on the page, and supports an optional height setting that causes that menu to be scrollable (useful for very tall menus with lots of links).

VersionDateLinksStatus
1.02008-Sep-03Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

aqMenu

Last changed: 35 weeks 1 day ago

Simple menu defined by a multidimensional array displaying a tabbed menu.

    $('#menu').aqMenu(
        [['file','File','alert("file")'],['close','Exit','alert("logout")']],
        {currentID: 'file'}
    );

VersionDateLinksStatus
1.0.12008-Oct-31Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.02008-Oct-31Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

Automatic generated menu

Last changed: 17 weeks 2 days ago

This plugin parses all h1, h2, h3, h4, h5 and h6 tag and creates an internal menu.

VersionDateLinksStatus
1.0.02009-Mar-05Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

BDC DrillDown Menu (iPod-style Menu)

Last changed: 1 year 6 days ago

The BDC DrillDown Menu is a compact, hierarchical menu implemented as a jQuery plugin. A drilldown menu takes up constant space like an accordian menu but offers the deep hierarchy of a flyout menu at the same time. The BDC DrillDown Menu turns a standard HTML list into a dynamic JavaScript drilldown menu that maintains a small profile no matter how deep the hierarchy it controls. This is quite similar (though with more features) to the menu used in the iPod.

VersionDateLinksStatus
0.32008-Jun-28Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

Bigger link

Last changed: 1 year 36 weeks ago

Makes it really easy to enable specified element/s to behave as a proxy for their first contained link.

Adds additional css classes to provide the means for the specified element to visually reflect focus and hover states of it's contained link/s.

VersionDateLinksStatus
1.0.02007-Oct-23Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

BogoFolders

Last changed: 1 year 49 weeks ago

BogoFolders provides a "filemanager-like view", with icons in one part of the UI and the content in a separate area. It is intended to be used as a form of navigation menu. Clicking on an entry in the "file view" shows the associated content (if any) in the designated content area, and if the clicked entry has child entries then the "file view" behaves like a conventional file manager and effectively "changes directories" to the new entry. It shows a "flat" view, not a tree view.

VersionDateLinksStatus
2007.07.252007-Jul-25Recommended for 1.1.xThis is currently the recommended release for 1.1.x.

Click Menu

Last changed: 1 year 24 weeks ago

A clickable dropdown menu with (theoretically unlimited) submenus made out of an an unordered list. It’s behaviour is like an application menu (click to open, click to close, stays open even after hovering elsewhere).

VersionDateLinksStatus
0.1.62008-Jan-17Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

collapsor

Last changed: 18 weeks 1 day ago

collapsor opens and closes sublevel elements, like a collapsable menu

VersionDateLinksStatus
1.12009-Feb-27Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

Column View

Last changed: 17 weeks 4 days ago

Transforms a nested unordered list of links (like a Drupal menu, for example) into a Mac OS X-like column view, without requiring changes to markup.

Generates disclosure triangles with Canvas automagically, no other support files required except: Requires Live Query plugin.

Tested with FF3, Safari 3/4, IE 6/7, Chrome.

Update: Now compatible with 1.3.x, without Live Query dependency.

See documentation or release notes for minified download links.

VersionDateLinksStatus
1.0.12009-Mar-03Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
1.1.12009-Mar-03Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

ConMenu Context menu

Last changed: 24 weeks 4 days ago

Truly context sensitive right click menu.

Most other menus only allow for fixed options on a single selector.

With this menu, options can overlap on the selectors that they apply to.

The action (js function) for each choice on the menu is passed the element that the menu was generated on.

sample call:

$.conmenu({
  selector:".node",
  choices:[{
    label:"Edit",
    action:function(div){
      var nid = $(div).attr("id").substring(5);
      window.location.href = "/node/" + nid + "/edit";
    }
  }]
});

This example shows a 'Edit' option when you right click on any element that has a class of 'node'. When you click on 'Edit', it would take you the the new url using the 6th character from the ID of the element right-clicked on.

Open to input and recommendations!

VersionDateLinksStatus
1.0.12009-Jan-13Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

droppy

Last changed: 43 weeks 6 days ago

Smooth, nested drop down menus from semantic markup. Simple integration, limited flexibility - you'll either love it or hate it.

VersionDateLinksStatus
0.1.12008-Jun-18Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
0.1.22008-Aug-31Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

Emenu

Last changed: 22 weeks 2 days ago

Emenu is designed to create a fixed-width, fixed-height drop down menu contained within a header image.

The html structure of your menu should look like this:

You can put other content here if it floats your boat.

VersionDateLinksStatus
1.0.02009-Jan-29Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

Fade Menu

Last changed: 8 weeks 1 day ago

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 options to control the speeds of the transitions:

slideup

This setting controls the speed menu trees slide up when the user selects a new menu title. You can pass it speeds built into jQuery such as "slow" "fast" or "def". Or if you prefer an integer for more control.

slidedown

This setting controls the speed menu trees slide down when the user selects a new menu title. You can pass it speeds built into jQuery such as "slow" "fast" or "def". Or if you prefer an integer for more control.

fadein

This option controls the speed in which new menu trees fade in. You can pass it speeds built into jQuery such as "slow" "fast" or "def", Or if you prefer an integer for more control.

fadeout

VersionDateLinksStatus
0.1.22009-May-08Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Flexible accordion

Last changed: 12 weeks 2 days ago

Flexible Accordion

Introduction

This accordion has been design to managed your custom HTML code within unordered lists. All target HTML elements are defined in parameters.

    For example :
  • you can defined your slide titles are 'h3', links or simple 'span'
  • your slide content can be DIVs, SPANs or FIELDSETS
  • a button can be put in the slides to switch to another specific slide
  • It is so flexible that you should try it to understand the capabilities !

    VersionDateLinksStatus
    0.1.02009-Apr-09Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
    0.1.12009-Apr-09Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    FlyDOM: Create DOM on the Fly

    Last changed: 1 year 48 weeks ago

    Create DOM elements on the fly and automatically append or prepend them to another DOM object. There are also template functions (tplAppend and tplPrepend) that can take a simple HTML structure and apply a JSON object to it to make creating layouts MUCH easier. This plugin was inspired by "Oslow" [1], and since I could not get his code to work, I decided I write my own plugin. My hope is that this version will be easier to understand and maintain with future versions of jQuery. Update (July 13, 2007): Upgraded FlyDOM to 3.0; visit the FlyDOM homepage for more details.

    VersionDateLinksStatus
    3.0.62007-Jul-17Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
    3.0.82007-Jul-29Recommended for 1.1.xThis is currently the recommended release for 1.1.x.

    HoverScroll

    Last changed: 5 days 4 hours ago

    Takes an unordered list and makes it scrollable by hovering the mouse over it.

    Visit the HoverScroll plugin homepage for more information: http://rascarlito.free.fr/hoverscroll

    VersionDateLinksStatus
    0.2.02009-Jun-29Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

    hSlides

    Last changed: 25 weeks 3 days ago

    hSlides is an horizontal accordion navigation, sliding the panels around to reveal one of interest.

    VersionDateLinksStatus
    1.0.12009-Jan-07Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    imAnimTabber

    Last changed: 16 weeks 2 days ago

    This plugin was based upon the imUpSideDownTabber that I created a few months ago. The imUpSideDownTabber is a tabbed interface that displays tabs underneath the content. Much of the functionality this new plugin is the same as the imUpSideDownTabber, but I decided to rename it because it does more than just up-side-down tabbing. This tabbing plugin can be used to display content with the following animated options:

    slide (imUpsideDownTabber)
    height
    width
    fade
    carousel

    As with the imUpSideDownTabber, the tabs can be created dynamically, but I added a ‘manual’ mode so that the plugin can function when the tabbing interface is already created. Unlike the imUpSideDownTabber, the tabs can be individually styled. Also, unlike imUpSideDownTabber, I created a true demo page.

    VersionDateLinksStatus
    1.02009-Mar-12Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

    imUpsideDownTabber

    Last changed: 25 weeks 1 day ago

    A tabbed interface that displays tabs underneath the content. When a tab is clicked, the content slides down (animated) onto the screen. Click on the tab again to close the content. Can create an unlimited number of tabs. The tabs ('a' elements) are created dynamically.

    Note: 03/12/2009
    This plugin has been moved/changed. Look for imAnimTabber. I added more functionality than just up-side-down tabbing, so I changed the name

    VersionDateLinksStatus
    0.52009-Jan-09Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jContext - The ultra-lightweight right click context menu for jQuery

    Getting tired of the default context menu (the one that appears when you right click on a web page) that are being displayed in all browsers? Now, web developers can focus on designing the menu itself rather than worrying about the javascript code. This tutorial will assume that you have enough CSS knowledge and familiarity using jQuery to begin with.

    Usage

    $(obj).showMenu({
    opacity:0.8,
    query: "#myMenu2",
    zindex: 2000
    });

    opacity: can be from 0 - 1.0, opacity of the menu being displayed
    query: can be any object or CSS selector that jQuery recognizes
    zindex: z-index of the menu being displayed

    jDrawer

    Last changed: 1 year 19 weeks ago

    This plugin is creates a stylish drawer (slider) out of a <ul><li> list. jDrawer automatically calculates the height of the <ul>, the first and last children, the drawer dimensions, and much more. It is flexible and completely customizable through settings and CSS.

    Usage

    Simply use jQuery to locate your <ul> and call jDrawer().

    ** Note ** Older version 0.9 requires wrapping your <ul> with a div, finding that div with jQuery, and calling jDrawer().

    Important:
    To take advantage automatic drawer size calculations, you must wrap the code you would like to always be visible with: <div class="jDrawer-handle">. It should also be the last code in the <li>.

    The css is very important.

    ** Note ** Older version 0.9 jDrawer-handle was called jDrawer-buffer.

    Example:

    Javascript:

    $("#jDrawer-1").jDrawer();
    $("#jDrawer-2").jDrawer({event: "click"});

    jGoogle

    Last changed: 42 weeks 4 days ago

    wrapper plugin for googles APIs.

    Will start w/ AJAX GImageSearch API. This option allows you to select an image from the resultset of a google image search and send the url to a callback function.

    VersionDateLinksStatus
    0.0.52008-Sep-09Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jqDock

    Last changed: 1 year 2 weeks ago

    Transform a set of images into a Mac-like Dock menu, horizontal or vertical, with icons that expand on rollover, and optional labels.

    Requires jQuery v1.2.3

    VersionDateLinksStatus
    1.2.02008-Jun-19Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jQuery Drop Line Menu

    This jQuery menu turns a nested UL list into a horizontal drop line menu, with each sub menu appearing as a single row of links beneath its parent menu. To jazz things up, the menu applies a nice slide down effect to each sub menu as it is revealed.

    VersionDateLinksStatus
    1.02009-Jun-15Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

    jQuery Horizon Menu Plugin

    Last changed: 1 year 10 weeks ago

    A little solution for menus and paging for jQuery.

    Horizon Menu is a plugin for jQuery. In any place of our web proyect, when we have to put a horizontal menu limited by width with to many options, the solution could be this plugin. The plugin alows movements horinzontaly using mouse events like scroll, mouseover and mousedown.
    View demo page here.

    VersionDateLinksStatus
    1.5.02008-Apr-25Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jQuery LavaLamp Menu

    Last changed: 20 weeks 5 days ago

    jQuery 1.2.x and 1.3 series LavaLamp plugin

    LavaLamp is a plugin based on Guillermo Rauch and Ganesh Marwaha's previous plugins for mootools and jQuery 1.1.x respectively. Using the Sliding Doors CSS / Javascript technique, LavaLamp allows you to add a nice background hover effect to HTML link lists using the Easing library.

    VersionDateLinksStatus
    1.3.22009-Feb-09Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jQuery Mega Menu

    Mega Menus refer to drop down menus that contain multiple columns of links. This jQuery script lets you add a mega menu to any anchor link on your page, with each menu revealed using a sleek expanding animation. Customize the animation duration plus delay before menu disappears when the mouse rolls out of the anchor.

    VersionDateLinksStatus
    1.022009-Jul-02Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

    jQuery Menu Plugin

    Last changed: 38 weeks 6 days ago

    This plugin handles most of the boring parts of making Javascript drop-down/navigation menus. This includes handling mouse events and delays (and doing the right thing for nested menus as long as the CSS is correct), and adding several useful classes to various elements. Look at the documentation or the source code of the plugin and the demos for more info.

    This plugin is pretty open-ended and customizable - you can specify custom actions when a menu or submenu is shown or hidden (i.e. animations or different methods of hiding/showing the menus), you can build the menu using basically any tag structure (as long as submenus are direct children of their parent menu items), and you can set 3 different types of delays for usability.

    VersionDateLinksStatus
    0.82008-Oct-05Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jQuery Multi Level horizontal CSS Menu

    This is a multi-level horizontal CSS menu created using a regular nested HTML list only as far as markup, then transformed into a fully functional drop down menu using CSS and a touch of jQuery. A fade effect is enabled by default, and sub menus will automatically readjust themselves horizontally if too close to the window's right edge.

    VersionDateLinksStatus
    1.02008-Sep-09Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jQuery Multi Level Slide-In Menu

    A multi-level horizontal CSS menu created using a regular nested HTML list and jQuery. The sub menus slide in and out into view and automatically reposition themselves horizontally if too close to the window's right edge.

    VersionDateLinksStatus
    1.02008-Nov-03Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    JQuery NavigMenu

    Last changed: 23 weeks 1 day ago

    A menu to site navigating. It shows on double click anywhere in document or in a container/layer.

    More examples and documentation soon.

    For fixing png you will need this file (put it there where you have *.js file):
    http://hrabstwo.net/hornet/jqNavigMenu/trans.gif

    Enjoy.

    VersionDateLinksStatus
    1.0.0-rc-12009-Jan-23Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

    jQuery Tools / Scrollable

    Scroll your HTML with eye candy

    This plugin is part of the jQuery Tools UI library..

    Provides generic scrolling capability to your pages. Anytime you want to scroll your HTML elements in a visually appealing way you should use this tool. The difference between "normal" scrolling is that you don't have browser's default scrollbars available and you can perform scrolling in more sophisticated ways like on the above example. The main goals are visual customization and programmability

    You start with with a bunch of HTML elements and do following things with them

    VersionDateLinksStatus
    1.0.32009-Jun-03Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
    0.1.12008-May-28Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jquery.dynatree.js

    Overview

    Dynatree is a jQuery plugin that allows to dynamically create html tree view controls using JavaScript.

    Main features:

    • Keyboard aware
    • Support for Ajax and lazy loading of branches
    • Hierachical selection and checkboxes
    • Object oriented API

    This project is hosted at Google Code:

    Links:

    Status

    Version 0.4 is released.

    VersionDateLinksStatus
    0.3.0-rc-22008-Nov-23Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
    0.4.02009-Mar-12Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

    jquery.timepickr.js

    Last changed: 33 weeks 4 days ago

    jquery.timepickr was created in a attempt to make the process of inputing time in a form as easy an natural as possible.

    Goals

    • Be unobtrusive
    • Degrade gracefully
    • Use maximum 2 clicks
    • Intuitive keyboard navigation
    • Be touch device friendly
    VersionDateLinksStatus
    0.6.0-alpha2008-Nov-11Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jScroller (a autoscroller, crossbrowser, W3C compatible)

    Last changed: 1 year 32 weeks ago

    A Auto-Scroller, cross-browser and W3C compatible.
    Support up,down,left and right and also display the content alternative, when no javascript is activated.
    Support dynamic Content for a ticker or something like that.

    Homepage:
    http://jscroller.markusbordihn.de/

    VersionDateLinksStatus
    0.3.1-quickfix2007-Nov-18Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
    0.2-rc-12007-Sep-12Recommended for 1.1.xThis is currently the recommended release for 1.1.x.
    0.32007-Nov-15Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    jTree - the Ultra lightweight sortable nested list for jQuery

    Last changed: 1 year 8 weeks ago

    I have seen some implementations of sortables list and none really fits my needs. Here is an ultra lightweight jQuery plugin (2.6kb minified!!!!!!!!!) that will do the job right, loads fast and harness the jQuery’s power create a very usable sortable nested list.

    VersionDateLinksStatus
    1.02008-May-06Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

    Link Control

    Last changed: 23 weeks 2 days ago

    A simple plugin designed to give the end user control over whether they want to open a link in a new window or not without having to right click and such.

    VersionDateLinksStatus
    1.1.12009-Jan-22Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    Mac-Style Drop Down Menu

    Last changed: 51 weeks 2 days ago

    Description

    This plugin dynamically skin default form's drop down menu, i.e. <select>, of choice as if rendered on Safari browser; thus, the name: Mac-Style Drop Down Menu.

    In a general sense, the plugin serves as a foundation for further customization (new skin, animation, etc.). This is particularly useful when you want to create a drop down menu that has consistent look across different browsers. Please don't hesitate to create support requests if you have any problems or suggestions/comments.

    Design

    • Safe-fail: the default drop down will still work when Javascript is disabled.
    • Progressive enhancement (at least, I tried hard to comply).

    Latest Releases

    Version 1.0, for download and release notes please go to modmac v1.0.

    For older versions, see Releases below.

    VersionDateLinksStatus
    0.92008-Jul-10Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    Make columns from list

    Last changed: 33 weeks 4 days ago

    New list columnizer

    There are few parameters - cols, the number of columns to break the list into; colWidth set width for each column or leave 0 for auto width; equalHeight (defaulting to false) can be false, 'ul', 'ol', 'li' to set equal height for ul/ol or li elements; startN, the start number of numbered list.
    See more at CodEasily.com or WebMastersWall.com

    Features

    • Styling of ordered/unordered lists
    • Configurable column-count and width
    • Easy restoring to "non-column" layout
    • Requirements: JQuery 1.2 (download)
    • Browser-Compatibility: Firefox 1.5+, IE6+, Safari 2, Opera 9+

    Just apply to any group of DOM-elements gathered by the amazing JQuery-selectors. The provided arguments are optional (these are the default values).

    VersionDateLinksStatus
    1.02008-Nov-11Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    Menu Toggle Adder

    Last changed: 50 weeks 6 days ago

    Menu Toggle Adder - JQuery Plugin

    JQuery plugin that automatically adds "toggle triangles" to your menu. Includes ability to automatically highlight selected links.

    Examples

    • Example One: Highlight Selected Link, Animation occurs when toggling.
    • Example Two: Don't highlight Selected Link, No animation occurs when toggling.

    Download

    Download the JQuery Menu Toggle Adder plugin and related files!

    VersionDateLinksStatus
    1.0.02008-Jul-13Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

    Multi Level Drop Down Menu

    Last changed: 14 weeks 1 day ago

    Multi Level Drop Down Menu (multi-ddm) takes an existing group of nested lists and activates it into a drop down menu. Multi examples included in download package

    VersionDateLinksStatus
    1.0.22009-Mar-27Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

    Nested context menu

    Last changed: 1 year 12 weeks ago

    Turns nested unordered list into a nested context menu.

    Demo: http://telega.phpnet.us/n-contextmenu/
    Usage: contextMenu(menu_selector, [optional] style, [optional] onShow);
    Tested in: Firefox 2+, Opera 9 (Ctrl+click), IE 6+
    Sample code:

    <ul id="mymenu">
      <li>test 1</li>
      <ul>
         <li>test 1.1</li>
         <li>test 1.2</li>
      </ul>
    </ul>
    <div></div>
    <script>
      $("div").contextMenu("#mymenu");
    </script>

    Based on the idea of the "Context menu" jQery plugin.

    VersionDateLinksStatus
    1.0.32008-Apr-07Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    NotesForMenu: a simple multi-level menu tree plugin

    Last changed: 3 weeks 3 days ago

    NotesForMenu is a very simple JQuery plugin to create a multi-level menu with only one line of code. You can also very easily customize it. Do not hesitate to have a look at the code. Any suggestions/remarks/improvements are welcome.

    More information, demo & source: http://www.notesfor.net/post/NotesForMenu.aspx

    VersionDateLinksStatus
    1.0.02009-Jun-10Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

    Path-Menu

    Last changed: 47 weeks 6 days ago

    Hierarchical, wrappable (when container width gets smaller than the menu length), mouse-hover and Tab-key driven menu bar. Originally created to represent a path to the selected item in a tree-view.

    VersionDateLinksStatus
    1.0.02008-Aug-03Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

    Perciformes (Sons of Suckerfish)

    Last changed: 2 years 6 days ago

    The entire Suckerfish family under one roof. jQuery implementation of (Sons of) Suckerfish. Provides unobtrusive mimicking of :hover, :active, :target and :focus CSS pseudo class for browsers that do not support them.

    VersionDateLinksStatus
    1.0.22007-Jun-29Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

    Preload

    Last changed: 14 weeks 3 days ago

    Note: Patched a bug of Safari 2, and 2 other bugs of IE, please upgrade to 1.0.7.

    This is an advanced multi-functional preloader, that has 4(actually 5) modes integrated.
    Each mode suits a different, common situation.
    The modes are:

    •  URL: Preload a JS array of static URLs.
    •  Rollover: Preload based on DOM images, slightly modifying their src.
       Can be used for rollovers, or for image-thumb.
    •  Placeholder : Take regular images and set a placeholder image while they load. Show each original image when fully loaded. Allows sequential loading with a threshold.
    •  Link: Preload the images that appear in the href of the given links.

    The plugin also provides 3 callbacks to interact with the image URLs during the preloading process. All the callbacks get a hash of data, with details of the related image and global information.

    VersionDateLinksStatus
    1.0.72008-Mar-12Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
    1.0.82009-Mar-25Recommended for 1.3.xThis is currently the recommended release for 1.3.x.