Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 418 Bytes

Suggestr.js

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

Usage

At this point, only a jQuery version is available.

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

Size

  • Development: 1.94kb
  • Minified: 1.16kb
  • Gzipped: 612 bytes

More

Non-jQuery version coming soon.