
Since google introduced the autosuggest or autocomplete search form on their toolbar everyone started looking for this piece of code to put on their websites. It's not new in the Ajax world but it's not seen as often as it should if you ask me. Why? It's hard to find good examples or examples that match everyone's needs. An Ajax autosuggest script is supposed to help the visitor and present in real time (as they type) some possible results based on their entered words/characters. In my opinion, this is a great feature to enhance the user experience.
|