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.