$(function(){  
  $('textarea').autogrow();
  $("#contactForm  form").validate();
});