Open barnabywalters opened 12 years ago
Just been using asuggest to implement autocompleting in a posting UI — I've noticed that the code here on github doesn't work properly. It only suggests the first time you start typing one of the suggestions, after that nothing happens.
I grabbed the source from http://imankulov.github.com/js/jquery.asuggest.js and it works perfectly.
Also, I have tested asuggest with jQuery 1.8.1 and it works great, so it may be worth updating the supported versions.
I can confirm this problem with the github code
Just been using asuggest to implement autocompleting in a posting UI — I've noticed that the code here on github doesn't work properly. It only suggests the first time you start typing one of the suggestions, after that nothing happens.
I grabbed the source from http://imankulov.github.com/js/jquery.asuggest.js and it works perfectly.
Also, I have tested asuggest with jQuery 1.8.1 and it works great, so it may be worth updating the supported versions.