$(document).ready(function() {
  // validate the comments form when it is submitted
  $("#comment_form").validate();
 });