$(document).ready(function() {


  $('#search_field').one('click', function() {
    $(this).attr('value', '');
  })


})