Many have seen Google Suggest, in which you begin typing in your search
term, and the system attempts to auto-complete by supplying a list of
phrases beneath the text field.
My question is, in Javascript, if I already have a predefined list of
terms, how can I accomplish this functionality beneath my text field?
Any example code or sites are greatly appreciated.
Thanks, - Dave
term, and the system attempts to auto-complete by supplying a list of
phrases beneath the text field.
My question is, in Javascript, if I already have a predefined list of
terms, how can I accomplish this functionality beneath my text field?
Any example code or sites are greatly appreciated.
Thanks, - Dave
Comment