forms
Validate
November 18, 2008 - 7:48am — a.maghiniThis 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
November 16, 2008 - 6:51pm — tresjQuery 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
November 15, 2008 - 7:48am — MichallPlugin for counting and limiting characters for input and textarea fields. Check the demo!
Watermark
November 6, 2008 - 4:58am — a.maghiniThis 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
October 17, 2008 - 4:30pm — memorycraftjQuery 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
October 7, 2008 - 8:15am — ruvanThe "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
August 26, 2008 - 4:29am — digitaraldAutomated dynamic form sending via Ajax and validation via response. Added with one function call.
I will add more documentation today.
textCounting
August 23, 2008 - 9:12pm — bcswartzThe 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
August 2, 2008 - 2:07pm — sunny.saxenaPlugin 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
August 1, 2008 - 1:00pm — acewebMy 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.
