backbone.validation
A validation plugin for Backbone.js that validates both your model as well as form input
File Explorer
Download Latest Version (.zip)- backbone-validation-amd-min.js
- backbone-validation-amd.js
- backbone-validation-min.js
- backbone-validation.js
- docco.css
- docco.jst
- backbone-validation.html
- docco.css
- backbone-0.9.1.js
- backbone-0.9.10.js
- backbone-0.9.2.js
- backbone-0.9.9.js
- backbone-1.0.0.js
- jquery-1.6.2.js
- underscore.js
- backbone-validation-amd.js
- backbone-validation.js
- mixin.js
- acceptance.js
- equalTo.js
- length.js
- max.js
- maxLength.js
- method.js
- min.js
- minLength.js
- namedMethod.js
- oneOf.js
- pattern.js
- patterns.js
- range.js
- rangeLength.js
- required.js
- attributesOption.js
- binding.js
- customCallbacks.js
- customPatterns.js
- customSelectors.js
- customValidators.js
- errorMessages.js
- events.js
- forceUpdate.js
- general.js
- helper.js
- isValid.js
- labelFormatter.js
- mixin.js
- nestedValidation.js
- preValidate.js
- validationDefinition.js
- .gitignore
- bower.json
- buster.js
- gruntfile.js
- LICENSE.md
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/thedersen/backbone.validation
Downloads the entire project code from GitHub to your computer.
cd backbone.validation
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g grunt-cli
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g grunt-cli
Installs the package published on the npm registry globally β no need to clone the source.
npm install
Downloads and installs the libraries listed in package.json.
npm install backbone-validation
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
