Я пытаюсь это сделать, но ничего не получается:
Код: Выделить всё
$(document).ready(function() {
$("input#tags").bind("change", autoFill);
});
function autoFill() {
$("#tags").autocomplete("/taglookup/", {
width: 320,
max: 4,
highlight: false,
multiple: true,
multipleSeparator:",",
scroll: true,
scrollHeight: 300,
delay: 10
});
}
>
Подробнее здесь: https://stackoverflow.com/questions/805 ... ing-jquery
Мобильная версия