I have seen that some sites are using auto completion, keyword suggestion in their search boxes. I would like to do this somehow as well.
Any ideas where can I find a script to do that?
Thanks!
dombi
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
January 25, 2008 10:57am
Subscribe [4]#1 / Jan 25, 2008 10:57am
I have seen that some sites are using auto completion, keyword suggestion in their search boxes. I would like to do this somehow as well.
Any ideas where can I find a script to do that?
Thanks!
dombi
#2 / Jan 25, 2008 4:41pm
You’re going to have to get busy with some JS and Ajax.
Here are 2 plugins for the jQuery library.
jQuery Autocomplete Mod and Interface elements autocomplete.
Here’s an example using Mootools and another using Prototype.
Happy scripting! 😊