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!

forms


Validate

Average rating
(0 votes)

This is a simple jQuery plugin to perform form validation in a XHTML compliant way.
The main feature are:

  • Email validation
  • Text validation
  • Only letter validation
  • Textarea validation

Next realease will contain ajax validation and password validation against another field.

Form Handling and Validation

Average rating
(1 vote)

jQuery Form is a very scalable, lightweight and easy to use form validation plugin that offers a suite of methods to assist in all of your validation needs. It scales nicely from very modest to complex validation schemes.

Features

  • Custom submit handlers (as well as a default)
  • Custom error handlers (a default is provided)
  • Class name based validation as well as programatically set validation
  • Cascading error messages
  • Form element dependencies
  • Custom validators (many are provided)
  • Ability to setup auto-validation
  • Very customizable yet comes with plug and play functionality
  • Lightweight, fast and very unobtrusive!

Please Note

At the moment, the documentation is still under works. Until it is finished within the next few days, feel free to contact me with any questions that you may have.

Char limitter

Average rating
(0 votes)

Plugin for counting and limiting characters for input and textarea fields. Check the demo!

Watermark

Average rating
(1 vote)

This plugin allows developer to add watermark effects on input and textarea elements in a XHTML compliant way.
Its usage is very simple:

  • Put the jQuery framework and the script reference in the page
  • add
    $(document).ready(function(){
        $([the selector you want]).watermark();
    });

In the zip files (in the project page) you will also find a demo page.
The script works with the latest version of jQuery (1.2.6).

3 State Switch Plugin

Average rating
(2 votes)

jQuery 3 State Switch Plugin(J3SSW) is a jQuery Plugin that represents the switch button express the selection and some states of list item at the same time using radio button and checkbox.
The applications of J3SSW includes some interfaces for sort key or filter key of any search results.
you can find some compressions (jsmin, packed, YUI) and examples on http://www.memorycraft.jp/project/jquery/j3ssw/index.html

jCombox: jQuery HTML Select Tag Plugin 1.0b

Average rating
(4 votes)

The "jCombox": jQuery plug-in was developed to replace the built-in browser <select> tag. It has been tested to work on most current versions of Firefox2/3, IE6/7, Safari3.1(Win) and Opera9.5

Ajax Loader

Average rating
(1 vote)

Automated dynamic form sending via Ajax and validation via response. Added with one function call.

I will add more documentation today.

textCounting

Average rating
(0 votes)

The jQuery textCounting plugin will count the number of characters or 'words' (blocks of characters separated by one or more spaces) in a <textarea> every time a character is typed in the <textarea>, and will display either the number of words or characters in the <textarea> or how many words or characters can still be typed before reaching the set limit.

jQuery Form Track Changes

Average rating
(1 vote)

Plugin to track changes in a form. Any fields that belong to a form are tracked for changes from the point of DOM ready. A change list is maintained where all the modified field names are registered. When a change is reverted, the field name is removed from the list.

Custom select boxes with icons

Average rating
(0 votes)

My first plugin.

This is a replacement for a select box which allows you to include icons in your drop downs, and style them.

Hope someone gets some good use out of it.