Suggestr.js is a dead simple, no configuration javascript autocompleter. Drop it in your project and it will work. No nonsense. No bloat.
$('#your-cool-input-field').suggestr(['John', 'Peter', 'Mark']);
var el = document.getElementById('input');
suggestr(el, ['John', 'Peter', 'Mark']);
BSD. Short and sweet.