$(document).ready(function()
{
	$("form").each(function()
	{
		$(this).validate({
			success: function(label) 
			{}});
	});
});