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.

1.1.x


Date Validation

This plugin make the validation of dates in with this format 'dd/mm/YYYY' easy. You can validate direct across of jQuery selectors.

if( $('#my-date-field').dateValidate() == true)
{
   // make anything
}

AtOfis

Use AtOfis widgets to enrich your web app that build on top of the jQuery Library. Atofis simple and easy to use.

Placeholder Support Detection

Extends jQuery.support to add a placeholder field, which is set to true or false depending on whether the browser supports the placeholder attribute on input tags.

Credit goes to Mark Pilgrim at Dive Into HTML5

Twitter Styled Alert Bar

This is an extremely flexible plugin which allows you to have twitter like alerts on your website. The alert bars are customizable and have many options.

ChillTip Version 1.1

Designed by Christopher Hill, ChillTip is a JQuery Plugin that allows you to have a custom designed tooltip for your website. It can be used for span, img, anchor attributes and pretty much anything else that uses the title attribute. ChillTip has been tested with IE6, IE7, IE8, Firefox, Google Chrome, Opera and Safari.

jRowActions

The idea of creating the plugin JRowActions assumed the need for specific actions for each record in a simple HTML table. Each table has a row of cells with information extracted from the server side, and which are statically on web pages. The idea is to basically take the value of a cell, and make available to establish a method to treat this value as we please. The development of this plugin was also based on the plugin rowActions ExtJs Framework.

Message Bus

Support for the custom event feature by creating a message bus. Based on Message Hub plugin

// factory, create the mbus object
var mbus = jQuery.mbus.create();

// subscribe to a bus to specified topic, return false if topic does not exists
mbus.subscribe(String NAME, Function CALLBACK_FN, Object SCOPE_FIX <optional>);

// send a message to all the handling function subscibed to specified topic
mbus.send(String NAME, Object MESSAGE  <optional>);

Selected Text Sharer

Jquery selected text sharer is a promoting and enhancing plugin focusing to increase the site usage. This plugin displays a widget having links to search / share, above the selected text. Inspired from NY times website.

Features

  • Cross browser supported.
  • Highly customisable interface.
  • Light-weight.
  • Can add unlimited links to the widget for searching and sharing.
  • Selected text truncation for Twitter.
  • Can show widget for textboxes and textareas also.
  • Can show widget only for particular elements.
  • Available in non-Jquery version also.

Lite Content Slider

Jquery lite content slider is a really a light weight content slider with the ability to slide and any content with high customizability.

Features

  • Light weight.
  • Cross browser support.
  • No CSS and programming knowledge required.
  • Can add unlimited slides.
  • Play/Pause feature.
  • Can slide any element any where.

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.