Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
jQuery

jQuery UI Autocomplete

Suggest options as the user types from a local array or remote source.

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']
});

Leave a reply

Your email address will not be published. Required fields are marked *