$(document).ready(function(){
  $("#remindForm").validate({
    	onkeyup: false,
		errorElement: "div",
		errorClass: "invalidComment"
  })
});