  jQuery(document).ready(
    function(){
        jQuery("#add").validate();
	  jQuery("#foto").validate();
    }
);
