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