Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google-style autocompletion tutorial/example

I have an app that would benefit from google-style autocompletion while filling in an entry field.

Any pointers on how this is implemented, or a package that I can drop in to assist?

like image 709
Mark Harrison Avatar asked May 27 '26 11:05

Mark Harrison


2 Answers

I use jQuery and the Autocomplete plug-in for this. It allows the data to be either specified in an JavaScript array locally, or received via the network, if a suitable data provider is written.

like image 72
Spikolynn Avatar answered May 30 '26 12:05

Spikolynn


Here is a decent tutorial using jQuery for the ajax http://nodstrum.com/2007/09/19/autocompleter/

like image 24
UnkwnTech Avatar answered May 30 '26 12:05

UnkwnTech



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!