A simple autocomplete that completes inside the input.
None
Autocomplete is agnostic but considers the availability of jQuery or Mootools, so you can use it this way:
Alone:
simpleAutocomplete(element, arrayOfWords)
jQuery:
$(element).simpleAutocomplete(arrayOfWords)
MooTools:
element.simpleAutocomplete(arrayOfWords)
MIT Licensed