jQuery UI Autocomplete — a practical guide to jQuery UI autocomplete with clear examples you can reuse in real projects.
jQuery Tutorial Series (85/101). Prefer one article? Read the complete jQuery tutorial.
Short description
For remote, return JSON label/value pairs from your API.
autocomplete
$('#city').autocomplete({
source: ['London', 'Leeds', 'Liverpool']
});