-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hi!
I'm trying to add a JSON source to the autocomplete without success :(
Is it possible?
$('div#news').tagautocomplete({
source: function (query, process) {
return $.get(SITE_URL+'board/async/get_users.php', { term: query, k: 1 }, function (data) {
return process(data);
});
},
character: '@'
});
Metadata
Metadata
Assignees
Labels
No labels