Код: Выделить всё
$( function() {
$( "#hint" ).autocomplete({
source: "https://api.nunyito.com/api/geoDetailsForWeb",
minLength: 3,
select: function( event, ui ) {
alert('hi');
this.value = ui.item.value;
console.log( "Selected: " + ui.item.value + " aka " + ui.item.id );
return false;
}
});
} );
..
..
[img]https://i.stack.imgur .com/rUVYM.png[/img]
У меня та же ошибка при использовании:
Код: Выделить всё
Title
Hint
Подробнее здесь: https://stackoverflow.com/questions/782 ... -thymeleaf
Мобильная версия