Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I easily make an autocomplete search box that it search it with category names as shown in the following link
http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html[^]

But not with database I need it with javascript.
Thanks in regards..
Posted
Comments
ZurdoDev 15-Feb-15 17:51pm    
Why not with a database? You don't want to store the possible categories in the database?
Member 10732461 21-Feb-15 14:05pm    
I don't use database in my project, i am storing them inside javascript file in a
variable .

1 solution

For purely client-side autocomplete, you may try:
1. jQuery Autocomplete[^]
2. HTML5 datalist[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900