mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
add Validation
This commit is contained in:
10
README.md
10
README.md
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user