The Genesis of autofills.
Create:
$('input').autophil({
opts: [
'how do you get pink eye',
'how do you build a snowman',
'how do you build a snowman in minecraft',
'how do you get bed bugs']
});
Destroy:
$('input').autophil('destroy');
Options:
opts: []maxSuggestions: 10delim: '|'tabStopOnDelimiter: falsemultiStringMatch: false
