Advertise here

Validation

Yup – JavaScript Object Schema Validator

August 19, 2019     1160     Validation
Yup – JavaScript Object Schema Validator

Yup is a dead simple javascript object schema validator and object parser. Yup separates the parsing and validating functions into separate steps so it can be used to parse json separate from validating it.

 

Read More »

ForgJs – Lightweight Javascript Object Validator

December 09, 2018     665     Validation
ForgJs – Lightweight Javascript Object Validator

ForgJs is a JavaScript lightweight object validator library. You can customize and can write complex validation rules.

Read More »

v8n – JavaScript Fluent Validation Library

July 17, 2018     778     Validation
v8n – JavaScript Fluent Validation Library

v8n is a customizable, ultimate JavaScript validation library with dead simple fluent API.

Read More »

Superstruct – Simple & Composable Way to Validate Data in Javascript

December 04, 2017     664     Validation
Superstruct – Simple & Composable Way to Validate Data in Javascript

Superstruct makes it easy to define interfaces and then validate JavaScript data against them. It's type annotation API was inspired by Typescript, Flow, Go, and GraphQL, giving it a familiar and easy to understand API.

Read More »

Multi Step Form with jQuery Validation

November 04, 2017     6599     Form Elements Validation
Multi Step Form with jQuery Validation

MultiStepForm.js is a multi step form with jQuery validation.

  • Utilizes jQuery validation (with or without jQuery unobtrusive validation) to validate the form at each step.
  • Contains customizable header step classes to distinguish between active, complete, and incomplete steps.
  • Triggers custom change events with relevant step data for custom processing (e.g. updating progress bars)

Read More »

h5Validate – HTML5 Form Validation Plugin for jQuery

July 26, 2017     923     HTML5 Validation
h5Validate – HTML5 Form Validation Plugin for jQuery

h5Validate is an HTML5 form validation plugin for jQuery. It works on all major browsers, both new and old. Implements inline, realtime validation best practices.

Read More »

Making Simple Credit Card Validation Form

July 24, 2017     1570     Form Elements Validation
Making Simple Credit Card Validation Form

In this tutorial you will learn how to create a simple credit card form using Bootstrap 3 for the interface, and Payform.js for client-side form validation.

Read More »

Validatr – Cross Browser HTML5 Form Validation

July 20, 2017     540     Validation
Validatr – Cross Browser HTML5 Form Validation

Validatr is a jQuery plugin that relies on using modern HTML5 input attributes to perform validation.

Read More »

Parsley – Ultimate JavaScript Form Validation Library

July 04, 2017     536     Form Elements Validation
Parsley – Ultimate JavaScript Form Validation Library

Parsley is a javascript form validation library that helps you provide your users with feedback on their form submission before sending it to your server. It saves you bandwidth, server load and it saves time for your users.

Read More »

jQuery Validate – jQuery Plugin for Form Validation

January 01, 2017     1466     Validation
jQuery Validate – jQuery Plugin for Form Validation

jQuery Validate is a lightweight jQuery plugin for form validation.

Read More »

ApproveJs – Simple Javascript Validation Library

July 22, 2016     1669     Validation
ApproveJs – Simple Javascript Validation Library

ApproveJs is a simple JavaScript validation library that doesn't interfere. Using ApproveJs, you can automate validation however you please.

Read More »

validator.js – String Validation and Sanitization Library

June 02, 2016     1318     Text & String Validation
validator.js – String Validation and Sanitization Library

validator.js is a library of string validators and sanitizers. It can be used both on client side and server side.

Read More »

FormValidation – jQuery Plugin to Validate Form Fields

January 10, 2016     4917     Validation Bootstrap
FormValidation – jQuery Plugin to Validate Form Fields

FormValidation is a jQuery plugin to validate form fields.

FormValidation is designed to use with: Bootstrap, Foundation, Pure, Semantic UI, UIKit and others such as Skeleton etc.

Read More »

Validator for Bootstrap 3

January 05, 2016     3851     Validation Bootstrap
Validator for Bootstrap 3

Validator is a user-friendly HTML5 form validation jQuery plugin for Bootstrap 3.

Features :

  • Configurable via data-api and standard HTML5 attributes
  • Custom validator functions
  • Customizable error messages
  • Validation of an input field via AJAX

Read More »

Validate.js – Simple Library for Data Validation

October 24, 2015     1415     Validation
Validate.js – Simple Library for Data Validation

Validate.js is a simple javascript library for data validation. Here are validation functions.

  • String : isString, minLength(min), maxLength(max), length(min, max), regex(reg)
  • Number: isNumber, minNumber, maxNumber, between
  • Date: isDate, minDate(min), maxDate(max), between(min, max)
  • Bool: isTrue, isFalse
  • Util: isRequired, isEmail, isCep

Read More »