jQuery(document).ready(function($) {
  $('#s').hint({hint: 'Inserisci le chiavi di ricerca'});
});

