$().ready(function() {
  $("#_k").autocomplete("ajax_editore.php", {
    width: 200,
    selectFirst: false,
    minChars: 1
  });
});

