jQuery UI autocompletes enable a textbox to show a suggestion list based on the input.
It allows the loading of suggestion list using AJAX.
AJAX response must be in a defined format otherwise, the list wouldn’t show.
You can load XML data if available.
In this tutorial, I show how you can load XML file data in jQuery UI autocomplete using AJAX and PHP.