🌐
GitHub
github.com › validatorjs › validator.js
GitHub - validatorjs/validator.js: String validation · GitHub
String validation. Contribute to validatorjs/validator.js development by creating an account on GitHub.
Starred by 23.8K users
Forked by 2.4K users
Languages   JavaScript
🌐
Rickharrison
rickharrison.github.io › validate.js
validate.js
Lightweight form validation library in JavaScript ready to include in any web application.
🌐
GitHub
github.com › topics › validate-js
validate-js · GitHub Topics · GitHub
vuejs validation vue vue-components error-messages validate-js ... Handles all boiler plate required to implement a REST API service. javascript api rest-api expressjs api-server restful-api server-side validate-js
🌐
GitHub
github.com › mikeerickson › validatorjs
GitHub - mikeerickson/validatorjs: A data validation library in JavaScript for the browser and Node.js, inspired by Laravel's Validator. · GitHub
A data validation library in JavaScript for the browser and Node.js, inspired by Laravel's Validator. - mikeerickson/validatorjs
Starred by 1.8K users
Forked by 283 users
Languages   JavaScript 98.5% | Shell 1.5%
🌐
Express Validator
express-validator.github.io › introduction
express-validator | express-validator
express-validator is a set of express.js middlewares that wraps the extensive collection of validators and sanitizers offered by validator.js.
🌐
GitHub
github.com › rickharrison › validate.js
GitHub - rickharrison/validate.js: Lightweight JavaScript form validation library inspired by CodeIgniter.
Lightweight JavaScript form validation library inspired by CodeIgniter. - rickharrison/validate.js
Starred by 2.6K users
Forked by 399 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
Validatejs
validatejs.org
validate.js
Validate.js provides a declarative way of validating javascript objects. It is unit tested with 100% code coverage and can be considered fit for production. The project can be found on GitHub where you can also find our issue tracker.
🌐
GitHub
github.com › ansman › validate.js
GitHub - ansman/validate.js: A declarative validation library written javascript
December 12, 2021 - Validate.js provides a declarative way of validating javascript objects.
Starred by 2.6K users
Forked by 342 users
Languages   JavaScript 54.7% | HTML 45.3% | JavaScript 54.7% | HTML 45.3%
🌐
GitHub
github.com › cferdinandi › validate
GitHub - cferdinandi/validate: A lightweight form validation script.
When a visitor leaves a field, Validate.js immediately validates the field and displays an error if applicable.
Starred by 227 users
Forked by 39 users
Languages   JavaScript 100.0% | JavaScript 100.0%
Find elsewhere
🌐
GitHub
github.com › guillaumepotier › validator.js
GitHub - guillaumepotier/validator.js: Powerful objects and strings validation in javascript for Node and the browser
Powerful objects and strings validation in javascript for Node and the browser - guillaumepotier/validator.js
Starred by 256 users
Forked by 38 users
Languages   JavaScript 98.4% | CSS 1.4% | HTML 0.2% | JavaScript 98.4% | CSS 1.4% | HTML 0.2%
🌐
GitHub
github.com › ansman › validate.js › blob › master › index.html
validate.js/index.html at master · ansman/validate.js
A declarative validation library written javascript - validate.js/index.html at master · ansman/validate.js
Author   ansman
🌐
GitHub
github.com › hapijs › joi
GitHub - hapijs/joi: The most powerful data validation library for JS · GitHub
The most powerful data validation library for JS. Contribute to hapijs/joi development by creating an account on GitHub.
Starred by 21.2K users
Forked by 1.5K users
Languages   JavaScript 97.5% | TypeScript 2.5%
🌐
GitHub
github.com › yairEO › validator
GitHub - yairEO/validator: HTML form validation. Perfectly made for all scenerios, lightweight, semantic & easy to use
var validatorClasses = { field : 'field', // class for each input wrapper alert : 'alert', // call on the alert tooltip bad : 'bad' // classes for bad input }; validator = new FormValidator(null, {classes:validatorClasses}); // or validator = new FormValidator(); validator.settings.classes.bad = 'error'; I have a cool feature I wrote which I call "multifields". These are fields which are often used to input a credit card or a serial number, and are actually a bunch of input fields which are “connected” to each other, and treated as one. You can see it in the demo page, and it’s included in the ‘multifield.js’ file.
Starred by 260 users
Forked by 83 users
Languages   JavaScript 61.4% | HTML 21.6% | CSS 17.0% | JavaScript 61.4% | HTML 21.6% | CSS 17.0%
🌐
Jqueryvalidation
jqueryvalidation.org
jQuery Validation Plugin | Form validation with jQuery
Download Changelog Demos Documentation GitHub Repository · Bower: bower install jquery-validation · NuGet: Install-Package jQuery.Validation · NPM: npm i jquery-validation · https://cdn.jsdelivr.net/npm/jquery-validation@1.19.5/dist/jquery.validate.js · https://cdn.jsdelivr.net/npm/jquery-validation@1.19.5/dist/jquery.validate.min.js ·
🌐
GitHub
github.com › validatorjs › validator.js › releases
Releases · validatorjs/validator.js
String validation. Contribute to validatorjs/validator.js development by creating an account on GitHub.
Author   validatorjs
🌐
GitHub
github.com › jquery-validation › jquery-validation
GitHub - jquery-validation/jquery-validation: jQuery Validation Plugin library sources · GitHub
Include jQuery and the plugin on a page. Then select a form to validate and call the validate method. <form> <input required> </form> <script src="jquery.js"></script> <script src="jquery.validate.js"></script> <script> $("form").validate(); ...
Starred by 10.3K users
Forked by 2.7K users
Languages   JavaScript 95.5% | HTML 4.5%
🌐
GitHub
github.com › topics › js-validation
js-validation · GitHub Topics · GitHub
Checks and validates a form and returns: a list of errors in JSON format or validation errors directly under the non-validated fields.
🌐
GitHub
github.com › jjr-dev › validate.js
GitHub - jjr-dev/validate.js: Pacote para validação de formulários e variáveis
O pacote Validate.js fornece uma validação simples e personalizada para formulários HTML em JavaScript puro.
Author   jjr-dev
🌐
GitHub
github.com › koorchik › js-validator-livr
GitHub - koorchik/js-validator-livr: Lightweight javascript validator supporting Language Independent Validation Rules Specification (LIVR)
Lightweight, fast, and language-independent validation for JavaScript & TypeScript
Starred by 178 users
Forked by 20 users
Languages   JavaScript 91.5% | TypeScript 8.5% | JavaScript 91.5% | TypeScript 8.5%