, , ,

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:

Creating a JavaScript Library

I recently wrote a JavaScript library for creating random colors and color schemes, and while I foun…

jQuery Flash Plugin

This jQuery plugin is for embedding Flash movies. Pages are progressively enhanced when Flash and Ja…

jQuery Optimization: Optimize Selector

We can also optimize our selector other than being a bit specific on our selector. The key to optimi…

jQuery drop down menu: droppy

Quick and dirty nested drop-down menu in the jQuery style. I needed a nav like this for a recent pro…

jQuery slideViewerPro: A “pro” jQuery image slider

slideViewerPro is a fully customizable jQuery image gallery engine which allows to create outstandin…

jQuery Optimization: Avoid Unnecessary Styling

This is another common mistake that many jQuery developer made. jQuery provides us with the ability …