"use strict";$(document).ready(function(){$.extend($.validator.defaults,{invalidHandler:function(c,a){var d=a.numberOfInvalids();if(d){var b=d==1?"un champ est resté vide Il a été mise en surbrillance.":d+" champs sont restés vide. Ils ont été mise en surbrillance.";noty({text:b,type:"error",timeout:2000})}},errorPlacement:function(a,b){if(b.attr("type")==="file"&&b.data("style")==="fileinput"){a.appendTo(b.closest("div.fileinput-holder").parent("div"))}else{a.insertAfter(b)}}});$("#form1").validate();$("#validate-1").validate();$("#validate-2").validate();$("#validate-3").validate();$("#validate-4").validate()});