jQuery(document).ready(function($){

  $('.clearfield').clearField();
  $("#buttonText").charCounter("25");
  
});
