Explore two options for adding autocompletion to web forms: the HTML5 datalist element and the jQuery UI autocomplete widget
Autocompletion is a handy feature for web forms, especially for mobile-device users. Dino Esposito reviews two options for adding autocompletion to web forms -- the HTML5 datalist element and the jQuery UI autocomplete widget -- and tells you which method is the most practical choice.
↧