An open API service indexing awesome lists of open source software.

https://github.com/scull7/jquery.isvalid

A different view on client side validation.
https://github.com/scull7/jquery.isvalid

Last synced: 22 days ago
JSON representation

A different view on client side validation.

Awesome Lists containing this project

README

          

This is a jQuery plugin that takes a little different view on client side validation. The intent of this plugin is that you can add validators of different types to any element that supports the jQuery.val function. It does not attempt to deal with the error presentation in anyway except that it can mark the element with an error CSS class and provides event hooks.