Skip to content

Instantly share code, notes, and snippets.

View Valherak's full-sized avatar

Robin Scherberich Valherak

  • Paris, France
View GitHub Profile
@dennysfredericci
dennysfredericci / validator
Created July 2, 2012 03:56
An easy way to use JQuery Validation with Twitter Bootstrap Popover
$('form').validate(
{
rules: {
numero: {
required: true
},
descricao: {
minlength: 3,
email: true,
required: true