add Validation

This commit is contained in:
chencheng
2014-07-13 17:56:31 +08:00
parent 10826d0aed
commit 13b7bed785

View File

@@ -22,7 +22,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
* [Routing](#routing) * [Routing](#routing)
* UI * UI
* [Loading Status](#loading-status) * [Loading Status](#loading-status)
* Validation * [Validation](#validation)
* [Keyboard Wrappers](#keyboard-wrappers) * [Keyboard Wrappers](#keyboard-wrappers)
* Tours And Guides * Tours And Guides
* Notifications * 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/). 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 ## Keyboard Wrappers
* [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in Javascript. * [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in Javascript.