corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Validator, for Bootstrap 3
2 The Validator plugin offers automatic form validation configurable via mostly HTML5 standard attributes.
3 It also provides an unobtrusive user experience, because nobody likes a naggy form.
4  
5 ## Features
6 - Configurable via data-api and standard HTML5 attributes
7 - Patient to inform user of errors and eager to let them know the errors have been resolved
8 - Submit is disabled until the form is valid and all required fields are complete
9 - Customizable error messages
10 - Custom validator functions
11 - Validation of an input field via AJAX
12  
13 ## Installation
14 * CDN on [CDNJS](https://cdnjs.com): https://cdnjs.com/libraries/1000hz-bootstrap-validator
15 * Clone the repo: `git clone https://github.com/1000hz/bootstrap-validator.git`.
16 * Install with [Bower](http://bower.io): `bower install bootstrap-validator`.
17 * Install with [npm](https://www.npmjs.com): `npm install bootstrap-validator`.
18  
19 ## Documentation
20  
21 See the project docs at http://1000hz.github.io/bootstrap-validator
22  
23 ## Contributing
24 #### Found an issue?
25 Be sure to include a reproducible test case on JS Bin with your report. Here's a [template](http://jsbin.com/fopaposaci/1/edit?html,js,output) to get started.
26 #### Submitting a pull request?
27 Fork this repo and create a new branch for your patch.
28 Try to adhere to the code style of Bootstrap 3's JS as much as possible.
29 Be sure to add any relevant unit tests.
30 Make sure everything's still ok by running `grunt test`.
31 Lastly, don't pollute your patch branch with any unrelated changes.
32  
33 ## Donating
34 If you've found this project particularly useful and feel like giving a little back, you can donate what you want via PayPal or Square Cash.
35  
36 <a href="https://paypal.me/1000hz"><img src="https://img.shields.io/badge/Donate-PayPal-blue.svg" alt="Donate via PayPal"></a>
37 <a href="https://cash.me/$cina"><img src="https://img.shields.io/badge/Donate-Square Cash-brightgreen.svg" alt="Donate via Square Cash"></a>
38  
39  
40 ## Author
41  
42 **Cina Saffary**
43 - http://twitter.com/1000hz
44 - http://github.com/1000hz
45  
46 Thanks to [@mdo](https://github.com/mdo) and [@fat](https://github.com/fat) for [Bootstrap](http://getbootstrap.com). <3
47  
48 ## Copyright and license
49 Copyright 2016 Cina Saffary under the MIT license.