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