Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

faqs


Indexer

A simple jQuery plugin that helps you to better organize and present your long HTML documents. Have you ever seen how Wikipedia manages indexes? This plugin aims to do something similar with your documents. It uses jQuery power so you don't have to worry about manually building your index. A simple line and that's it.

Based on up to 5 different jQuery Selectors, the Indexer creates a simple, table-of-contents like list. The default configuration makes elements from h1 to h5 to be indexed. You can of course modify this settings in order to fit your needs. Also, you can configure the CSS style to be used for your index. If you want it to use other kind of HTML element besides the normal ol and li, you will have to modify the source, at least by now.

Example:

$(function(){
$("#indexer").indexer();
});

MenuTree Plugin

This plugin is hosted using the github repository at :
http://github.com/pixelhandler/jQuery-MenuTree-Plugin/

A JavaScript plugin based on jQuery library that builds an expandable/collapsable menu tree from a list element using event delegation

  • Requires JavaScript library: jQuery

  • Developed using jQuery version 1.4 ... Plugin page

  • Demo of the plugin behavior showing both lists and definition list... Demo

  • Status : New plugin, give it a try!

  • Event delegation for Click event binding to tree/list element, instead of binding to each anchor

  • Tracer plugin added and featured with demo.