$(document).ready(function () {
  $('.clearme').focus(function() {
    $(this).val("").addClass("changeme");
  });
