Hello!
Tell me, please, how to adapt the live search plugin for ajax request / response?
http://jqueryui.com/autocomplete/#categories
In other words, how to send data to the server?
After sending, I plan to get this data in a .php file, process it, make a selection from the database and form a string like this:
{ label: "annhhx10", category: "Products" },
Then insert in var data = []
Or maybe you need to do something different?
Please help with the frontend to send data retrieval for this plugin! Thank!