vegUI.org home of the javascript based window manager and AJAX framework

VegUISiteKit: Validation Functions

Provides functions to validate user input for emails, URLs, required fields and numeric values on the client side.

Demonstration

Code: Javascript
/* would return false: */

return vsk_input_validate_numeric('ABCDEF');

/* would return true */

return vsk_input_validate_email('vegu@vegui.org');

Dependencies:

none

Download

This package contains the code in both commented and compressed forms. The compressed version has had it's comments and unnecessary whitespace removed in order to reduce it's size.

download version
tar.gz (1,9 KB),
zip (3,8 KB)
0.1.0 (beta)

Tutorials on using this library

  • Coming soon ...

BETA notice

While this library is in BETA phase YOU can help get it out of there quicker by submitting any bugs you may find to the bug database. Thanks for helping ;)

Changelog

2007-03-27 - vegu@vegui.org
        * version 0.1.0