$(document).ready(function() {
	$("#yourform").validate();
	
});