$().ready(function() {


	$("#commentForm").validate({
   
		submitHandler: function(form) {
   // some other code
   // maybe disabling submit button
   // then:
   do_submit = true;

 }


	});//validate email
});//.ready