$(document).ready(function() {
  $('#keywords').click(function() {
      $(this).val('');
      $(this).unbind("click");
  });
});

