$(function() {
  $('#q_ricerca').bind('click', function() {
    $(this).val('');
  });
});
