Код: Выделить всё
var countries = ['Afghanistan',"Albania","Algeria"];
var Links=["http://www.google.com","http://www.yahoo.com","http://www.bing.com"];
/*initiate the autocomplete function on the "myInput" element, and pass along the countries array as possible autocomplete values:*/
autocomplete(document.getElementById("myInput"), countries);
Подробнее здесь: https://stackoverflow.com/questions/537 ... ally-in-js
Мобильная версия