Answer the question
In order to leave comments, you need to log in
jQuery UI Autocomplite how to fill with data?
$( "#search_user" ).autocomplete({
source: "/api/system/get_clients_list"
});
On the server, the data is displayed by PHP like this: ["s1","s2"]
In this case, the search does not work! :( Whatever letter or number you enter, the entire list is displayed...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question