From 13b7bed78512c68e3718750d5017e39a59ef81f1 Mon Sep 17 00:00:00 2001 From: chencheng Date: Sun, 13 Jul 2014 17:56:31 +0800 Subject: [PATCH] add Validation --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c272e..7b6842c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [Routing](#routing) * UI * [Loading Status](#loading-status) - * Validation + * [Validation](#validation) * [Keyboard Wrappers](#keyboard-wrappers) * Tours And Guides * Notifications @@ -240,6 +240,14 @@ There're also some great commercial libraries, like [amchart](http://www.amchart Besides libraries, there're [Collection on Codepen](http://codepen.io/collection/HtAne/), and generators like [Ajaxload](http://www.ajaxload.info/), [Preloaders](http://preloaders.net/) and [CSSLoad](http://cssload.net/). +## Validation + +* [Parsley.js](https://github.com/guillaumepotier/Parsley.js) - Validate your forms, frontend, without writing a single line of javascript. +* [jquery-validation](https://github.com/jzaefferer/jquery-validation) - jQuery Validation Plugin. +* [validator.js](https://github.com/chriso/validator.js) - String validation and sanitization. +* [validate.js](https://github.com/rickharrison/validate.js) - Lightweight JavaScript form validation library inspired by CodeIgniter. + + ## Keyboard Wrappers * [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in Javascript.