Projects tagged ‘javascript’ and ‘validator’


[11 total ]

1 Users

Client side validation of form submission is very crucial and important. This is an attempt to create a dynamic library which will do the basic validation with some amount of configuration provided to ... [More] the user using it as per the requirement. The main goal behind building the validator is to avoid playing with html form and let javascript do the validation and css highlight it. So that it can be applicable to the already created form without touching it but by just configuring it through javascript and css. [Less]
Created 11 months ago.

0 Users

This project aims to provide an useful but still simple JavaScript forms validator. http://www.noideashere.com/jsvalidator/
Created 11 months ago.

0 Users

this is a taglib for form validation, used JQuery jslib!!!
Created 21 days ago.

0 Users

jValidator provide validation framework form HTML form
Created 11 months ago.

0 Users

A simple but usefull set of tools that will help you with the design and development of your Joomla! website. Features CSS Reloader Button Validate CSS Validate Feed Validate HTML Validate Links Validate Section 508 Validate WAI
Created 4 months ago.

0 Users

Look at http://fh3jsvalidator.googlecode.com/svn/trunk/ for the latest version (0.5a)!! The downloadable zip file can be out of date. I've created a new javascript validation script which validates ... [More] form fields. The validator methods are ported from the PHP Formhandler project The javascript syntax is pretty simple: window.onload = function(){ // Add the elements to the validator Var Validator = new jsValidator(); Validator.elmts = { name: { validator: 'IsString', msg: 'This field must be a valid string' }, age: { validator: 'IsDigit', msg: 'This field must be a digit' }, description: { validator: '_IsText', msg: 'This textarea can be empty, or must be a valid text' } } // Fire the validator Validator.init(); }you can also create your own validate functions or your own regular expression I've also created an extend class for formhandler to auto generate the validation code. [Less]
Created 12 months ago.

0 Users

moofloor provides various classes to use with mootools. FormCheck - Clientside Form Validation ClassMain featuresLightweight, shiny and fast Skins support : customize css, fonts, ... Cross-browser ... [More] compatibibility Live Validation Display errors as tips, or before/after the field Basic validation (required, alpha, digit, alphanu, length, confirm, ...) Regex validation (phone, email, url) Custom function based validation, to perform test that could not be handled by basic tests neither regex test. Make easily your own custom regex and alerts Internalization : we now support 10 different languages Active community A lot of options that allow you to customize this class to fit exactly your needs Join Discussion Group http://groups.google.com/group/moofloor Documentation and additional information can be found at : http://mootools.floor.ch/docs Download: http://mootools.floor.ch/en/download/ [Less]
Created 12 months ago.

0 Users

A small, fast and flexible javascript form validation frameworkcustomizable, nice looking error messages easy to change / add more functionality full cross-browser support
Created 4 months ago.

0 Users

Simple javascript form validator
Created 11 months ago.

0 Users

OverviewThis js library was created to make the boring validations tasks easier. There are a few predefined validation rules that you can use almost without work, and if you feel creative or you need ... [More] something more complex, you can easily write your own validation rules. ObjectiveThe objective of this library is to make form validations really easy, we expect that you can validate your forms adding as less code as possible. Right now, adding only one javascript line of code you can verify your forms. Nowadays the predefined validations let you check numbers (integers and decimals), mix and max values, dates, mails, alpha and alphanumeric values, etc. Please read our wiki page to stay online with the code updates and new features. How can i help?Would you like to include your own validation on the "predefined set"? or would to ask something? please contact me corlatti at gmail.com Thanks for visiting our project and i hope that will be usefull. [Less]
Created 7 months ago.