BootstrapValidator: validate form fields, designed for Bootstrap 3

BootstrapValidator is the best jQuery validate plugin. It’s designed to use with Bootstrap 3.

Features :

  • Written from scratch. The code is soild and clean
  • Designed to use with Bootstrap 3
  • Support setting the plugin, validator options via HTML 5 attributes prefixed with data-bv-
  • Support HTML 5 attributes such as min, max, pattern, required
  • Support HTML 5 input types such as color, email, range and url
  • Richest built-in validators (34) and counting!
  • It’s also easy to write a new validator.
  • Show feedback icons based on field validity
  • Focus on the first invalid field
  • Support Ajax
  • Very flexible
  • Compatibility with most popular UI plugins

It’s free and open source (MIT license).

Download: https://github.com/nghuuphuoc/bootstrapvalidator

Demonstration:

Plugin homepage:

Implementation:

Options:

Screenshots:

How a Loop Through a JavaScript Object?

How a Loop through a JavaScript object?Javascript Objects are Variables Containing Variables.In Java…

How to Search Item in List in JavaScript

Multi Step Form Using HTML and JavaScript

Form is the important part in web design. Form is the primary interface to the user by which user is…

How to Create Custom CSS, jQuery Autocomplete Plugin

Web developers often use autocomplete features in websites as a part of their work. Yet lot of good …

How to Make Sticky Sidebar Using jQuery and CSS

Sticky sidebar is an essential part of web development. Not in all cases but for some cases where ou…

Selectors, Animation, and AJAX – jQuery Tutorial And Examples

By now I’m sure you have grasped at least the basics and simplicity of the jQuery library. Now it’s …