$(document).ready(function ()
{
  $('form').each(function(i) {$(this).validate();});
});
