Home

Awesome

Simple Autocomplete

A simple autocomplete that completes inside the input.

Requirements

None

Usage

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)

License

MIT Licensed