There are "many" examples of auto-suggest / auto-complete scripts out there .....
i.e. User types "Jo"
& the drop down box suggests:
Joanne
Jon
Jones, etc., etc.,
These are all based on recognising the first characters in the string.
What I'm looking for is to be able to achieve the same if the user were to type "on", for example, to result in:
Jon
Jones, etc.
Is this feasible in JS alone, without the use of a database?
Thanks in advance,
N.




Reply With Quote


Bookmarks