I just builded my own youtube search based on Youtube API V3.
I would like to add auto complete function to search input, the problem is, the wordlist.
If I add a big word list, that means a bigger load time, and the autocomplete is useless, because you need to write out the full word, for get your correct word, if I add a small wordlist, the load time is good, but the problem is same, the autocomplete is useless, because dosen't complete any useful.
So I looked this problem in a different way.
What about if I somehow I get the youtube autocomplete wordlist, based on relevance, and the wordlist only then loaded, when you typing.
Is that possible?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- What is the best way to do a search in a large fil
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
With so many research I found a solution for this:
I hope it help also someone else who looking for a something like this.