Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 453 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 453 Bytes

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