$(document).ready(function() {
  $('#email-subscribe').focus(function() {
    this.value = '';
  });
});
