Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 412 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 412 Bytes

Suggestr.js

Suggestr.js is a dead simple, no configuration javascript autocompleter. Drop it in your project and it will work. No nonsense. No bloat.

Usage

jQuery

$('#your-cool-input-field').suggestr(['John', 'Peter', 'Mark']);

Pure JS

var el = document.getElementById('input');
suggestr(el, ['John', 'Peter', 'Mark']);

License

BSD. Short and sweet.