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.

show


Collapser

Jquery collapser is a multi purpose collapser plugin made for expanding and collapsing elements. Can create a accordion, list collapser using this plugin.

Features

  • Very light-weight plugin, fast and simple.
  • Can collapse any element within an document.
  • Can add seperate classes for expanding and collapsing.
  • Customized targeting elements.
  • Callback functions.
  • Predetection of collapsed elements.
  • Can create accordion, list collapsers etc by adding a single additional line.
  • Cross browser supported.

MicroGallery

MicroGallery is one of the smallest (800 bytes) gallery plugins around. There are no fancy animations (as if one's watching pictures of products, one doesn't want to wait for them to fade in, slide down or whatever ...).

What MicroGallery does is:

Showing thumbnails

  • Letting the user click on the thumbnails
  • Showing the clicked thumbnail in a bigger size
  • The 'target-element' in which the big pictures will be shown can be chosen, so you'll be able to change the background-image of any element.

One Show Hide 1.0

One Show Hide is a jQuery Plugin which will hide list items and add a show/hide link which toggles the visibility. This plugin helps to solve the issue when you have a really long list, but only want to show the first 10-15 items, and hide the rest. And give the user the option to see the hidden items by clicking a link.

div slideshow

While most slideshow plugins on the web are for <img> only, divSlideShow provides a more flexible slideshow for <div>, you can embed anything inside a <div> and make it a slideshow, such as images, text, flash... anything that you normally include in a webpage, with only one line of javascript call.

Simple collapsible panel

A simple plugin to transform a div into a sliding collapsible container.
It also works with jQuery UI themes - so if you already have a theme in your web site then the panels will pick up on this and will be styled appropriately.

Usage

Create a container div with a class of 'collapsibleContainer'. Give the div a title attribute. The plugin will turn the div into a collapsible container using the title attribute within it's heading area.

<div class="collapsibleContainer" title="Example Collapsible Panel">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.... (you get the idea!) </p>
</div>


To fire the plugin, simply select all the divs with class collapsibleContainer and call the collapsiblePanel function.

JQUERY BUBBLE POPUP v.2

-----------------------------------------------------------------------------

JQUERY BUBBLE POPUP is a plugin to display
smart, animated & shadowed, "bubble" popups
with few lines of code in jQuery!

-----------------------------------------------------------------------------
Example:

$('.button').CreateBubblePopup({ innerHtml: 'This is a Bubble Popup!' });
-----------------------------------------------------------------------------

Main Features:
- attach popups on the left, top, right or
bottom side of any DOM element!
- mouseover/mouseout events automatically managed!
- set custom popups events!
- create smart shadowed popups! (in IE too!)
- choose popup's style templates at runtime!
- insert HTML messages inside popups!
- and many options: distances, velocity, delays, colors...

-----------------------------------------------------------------------------

"jQuery Bubble Popup" supports HTML5 and

Slideshow Lite

Slideshow Lite is an easy to use, simple and lightweight slideshow plugin.

jquery.divider

jquery.divider

Adds a configurable hide/show-bar to a DIV tag

Main use I can come up with is to hide a rarely used menu on the side of the page (The reason I created it).

The plugin uses cookies to store the state (in/out) of the divider. It flashes and animates on page load to indicate 'clickability'.

Check out the demo page.

jQuery popup alert plugin

* Super simple to use popup/alert plugin for jQuery.
* Usage example: $.popup.show("The title", "A message.");
* Message can contain any html you wish.
* Easily customized through JS options or CSS.
* See .js file for available options.
* Tweak default look (stylesheet provided), or add your own classes to the popup.
* Very small (<5 Ko)

heartBeat 0.1

This plugin give you the opportunity of using the fade in/fade out giving the effect of an heart beat. In fact it looks a little bit like the apple on mac that is flashing when you close the cover.

To see it working, I strongly suggest you to go on the demo site.