🌐
Validatejs
validatejs.org
validate.js
This is used in validate.js in places where for example options can be either an object or a function returning the options. Important! Since the function is detached it is not called with a specific context, therefor this only works when the value is a pure function. // Not a function, returns the first argument validate.result("foobar", 1, 2); // => "foobar" // Returns the result of Math.max(1, 2) validate.result(Math.max, 1, 2); // => 2 // Doesn't work since String#toUpperCase is not a pure function validate.result("foo".toUpperCase); // => Uncaught TypeError: String.prototype.toUpperCase called on null or undefined
🌐
Site24x7
site24x7.com › tools › javascript-validator.html
Javascript Validator | Validate Online - Site24x7 Tools
Check for errors and warnings in your JS code with this free code validator. Any script errors or warnings will be validated without executing your code.
🌐
BeautifyTools
beautifytools.com › javascript-validator.php
Online Javascript Validator - BeautifyTools.com
Online Javascript Validator validates javascript code and find errors and warnings that can be fixed. See real time validation of your javascript code as you type.
🌐
npm
npmjs.com › package › validate-js
validate-js - npm
Lightweight JavaScript form validation library inspired by CodeIgniter.. Latest version: 2.0.1, last published: 10 years ago. Start using validate-js in your project by running `npm i validate-js`. There are 10 other projects in the npm registry ...
      » npm install validate-js
    
Published   Jan 19, 2016
Version   2.0.1
Author   Rick Harrison
🌐
Esprima
esprima.org › demo › validate.html
Esprima: Syntax Validator
Unlike a typical code linter, this syntax validator does not care about coding styles and formatting.
🌐
cdnjs
cdnjs.com › home › libraries › validate-js
validate-js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers
validate-js · Lightweight JavaScript form validation library inspired by CodeIgniter. 3k · GitHub · package · MIT licensed · https://rickharrison.github.io/validate.js/ Tags: validate, form, dom, browser, browserify · Version · 2.0.1 ...
🌐
Rickharrison
rickharrison.github.io › validate.js
validate.js
Lightweight form validation library in JavaScript ready to include in any web application.
🌐
Jqueryvalidation
jqueryvalidation.org
jQuery Validation Plugin | Form validation with jQuery
This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something into an existing application with lots of existing ...
Find elsewhere
🌐
ValidateJavaScript
validatejavascript.com
ValidateJavaScript - Online Tool to Find & Fix JavaScript Errors
ValidateJavaScript is an online validating (or linting) tool that will automatically find basic errors and help prevent potentially destructive bugs in JavaScript and JSX (React.js) code.
🌐
W3Schools
w3schools.com › js › js_validation.asp
W3Schools.com
JS Examples JS HTML DOM JS HTML Input JS HTML Objects JS HTML Events JS Browser JS Editor JS Exercises JS Quiz JS Website JS Syllabus JS Study Plan JS Interview Prep JS Bootcamp JS Certificate JS Reference ... HTML form validation can be done by JavaScript.
🌐
Minifier
minifier.org › javascript-validator
JavaScript Validator | Online JS Code Checker
Click the “Validate” button, and our tool will instantly highlight errors and warnings in your code. Review and fix errors & potential issues highlighted by our JS validator.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Learn_web_development › Extensions › Forms › Form_validation
Client-side form validation - Learn web development | MDN
As you can see, it's not that hard to build a validation system on your own. The difficult part is to make it generic enough to use both cross-platform and on any form you might create. There are many libraries available to perform form validation, such as Validate.js.
🌐
Code Beautify
codebeautify.org › jsvalidate
Best JavaScript Validator Online
Javascript Validator is easy to use tool to validate JavaScript code. Copy, Paste and Validate JavaScript. This JS linter checks the js code and highlights errors as well as shows the detail of the error in a plain and easy-to-read gradient table.
🌐
GitHub
github.com › validatorjs › validator.js
GitHub - validatorjs/validator.js: String validation · GitHub
A library of string validators and sanitizers.
Starred by 23.8K users
Forked by 2.4K users
Languages   JavaScript
🌐
Jshint
jshint.com
JSHint, a JavaScript Code Quality Tool
JSHint, a JavaScript Code Quality Tool
🌐
Snyk
security.snyk.io › snyk vulnerability database › npm
validate-js vulnerabilities | Snyk
An important project maintenance signal to consider for validate-js is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › HTML › Guides › Constraint_validation
Using HTML form validation and the Constraint Validation API - HTML | MDN
<form> <label for="postal-code">Postal Code: </label> <input type="text" id="postal-code" /> <label for="country">Country: </label> <select id="country"> <option value="ch">Switzerland</option> <option value="fr">France</option> <option value="de">Germany</option> <option value="nl">The Netherlands</option> </select> <input type="submit" value="Validate" /> </form> This displays the following form: First, we write a function checking the constraint itself: js ·
🌐
Ajv
ajv.js.org
Ajv JSON schema validator
Ajv is used by a large number of JavaScript applications and libraries in all JavaScript environments - Node.js, browser, Electron apps, WeChat mini-apps etc. It allows implementing complex data validation logic via declarative schemas for your JSON data, without writing code.
🌐
W3C
validator.w3.org
The W3C Markup Validation Service
This validator checks the markup validity of Web documents in HTML, XHTML, SMIL, MathML, etc. If you wish to validate specific content such as RSS/Atom feeds or CSS stylesheets, MobileOK content, or to find broken links, there are other validators and tools available.
🌐
JSONLint
jsonlint.com
JSONLint - The JSON Validator
The best way to find and correct errors while simultaneously saving time is to use an online tool such as JSONLint. JSONLint will check the validity of your JSON code, detect and point out line numbers of the code containing errors.