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.

easy


Easy Gallery for jQuery

Easy Gallery

An easy jquery image gallery slider. Simple code and simple HTML code.
Simple as:

* including the script to your web page.
* add this code: $("#galleryID").egallery();

Options

Options to be passed to customize it more:
Example: $("#galleryID").egallery({ width:500,
height:230,
easing: 'easeInOut',
speed: 1000
});

width: 400, // Width for gallery holder, li
height: 400, // Height for each element
speed: 600, // Animation speed in MS
delay: 3000, // delay for auto play to transact.
easing: 'swing', // Easing animation. require to include easing plugin
thumbs: 'none', // Thumbs: none, numbers, image OR custom
thumbClass: '', // Thumb CSS class
thumbImage: '', // Image url for thumbs.
aClass: '', // Thumb active class
auto: true // True to enable auto play

Easy Dropdown

EasyDropdown is an easy-to-use Dropdown plugin.

Markup

<div class="drop">
   <span>Heading</span>
   <ul>
      <li><a href="#1">action 1</a></li>
      <li><a href="#2">action 2</a></li>
   </ul>
</div>

Usage

$('.drop').dropdown();

Spitloot Tooltips

This is a very simple, very lightweight plug-in for creating tooltips. Spitloot Tooltips uses inline HTML that is hidden and uses it as the tooltip when called.

JFE jQuery Flash Embed Plugin

Overview

JFE is the easyiest way to embed Flash objects in our html pages, using alternate contents or upgrade messages of the Flash plugin, if needed. The plugin add dynamic control of the flash object via jquery with javascript calls or special fquery calls.

Features

  • Easy and fast embedding
  • Alternate content for missing or obsolete Flash plugin version
  • Support for iPad, iPhone & iPod Touch
  • Dynamic upgrade messages
  • Manual activation option
  • Automatic connection with ExternalInterface for Javascript and Actionscript communication
  • Cross platform and Cross browser compatibility
  • Again JFE has the new fQuery framework in alpha stage (soon available for download in .swc format) for a more advanced control of the internal Flash instances

jQuery Easy Validation

The jQuery Easy Validation project is a plugin that adds some simple "mandatory field" validation to a form.

As well as preventing form submission in the event of an error, it will add a CSS class to indicate an error.

View a demonstration

Read the documentation

jQuery Easy Captions

The jQuery Easy Captions project is a plugin that adds captions to all the images you select. It is really simple to use but looks great.

You can apply the captions to all images on your page, or just a select few using normal jQuery selectors.

View a demonstration

Read the documentation

jFormVal

Welcome to jFormVal

JFormVal is jQuery Plugin for form validation.
It has been tested on all major browsers and works wonders!

Main features:

  • One line validation
  • Bundle for error messages
  • Auto change css style
  • Easy configuration

Short example

jQuery('#i01').valText('City').min(1).dif('Chicago').max(20);


This sample validates the element which id is 'i01'.
It is a 'text field' as the function 'valText' implies.
We gave it the name 'City', so it can have a nice error message, and set the following restrictions:

  • It must be at least 1 character in length (in other words: It has to be filled in)
  • Must be different from 'Chicago'
  • Can't have more than 20 characters

Check our Homepage




Sudo Slider

Sudo Slider makes it easy to make any kind of slider, using just this Javascript.
It supports browser bookmarking, back/forward buttons. Multiple sliders pr. page and much much more.
It's fully cross-browser compatible (as much as jQuery itself).

Farkow Easy Accordion

Farkow Easy Accordion is a very simple and basic accordion script.

If you need an accordion style UI without extended features, this script is easy to integrate with your own project.

MicroTabs (1000 Bytes)

Hey, there's been another Micro release. This time it's MicroTabs. If you want a small (1 Kb) and easy to use tab plugin with no (in my view) lame animations. Check it out.