Validetta

A tiny jquery plugin for validate forms.

Download


Validetta has a few easy ways to quickly get started. Choose the package you want to download.

Pre-Compiled

Compiled and minified CSS and JavaScript. No docs or original source files are included.

Download v1.0.1

Source code

Including the source code, examples and building script. Download if you want to play with or develop the code.

Download Source

Install with Bower

Install validetta using Bower.

$ bower install validetta

What's Included?

Pre-Compiled

Once downloaded, unzip the compressed folder to see the structure of (the compiled) Validetta. You'll see something like this:

validetta/
├── validetta.css
├── validetta.min.css
├── validetta.js
└── validetta.min.js

This is the most basic form of Validetta: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (validetta.*), as well as compiled and minified CSS and JS (validetta.min.*)

Source

The Validetta source code download includes the precompiled Css and Javacript assets, along with source Javascript and Css code, examples and building scripts. More specifically, it includes the following and more:

validetta/
├── demo/
├── localization/
├── src/
└── dist/

The dist/ folder includes everything listed in the precompiled download section. It should be used in the production site. The src/ folder consists of the original source files. The localization/ folder includes language files. The demo/ folder includes examples files.