$(function() {

  // validate form
  $(".warning").remove();
  $("#comment_form").validate(); 
 
});
