The ‘typeahead’ widget
$(
'#search'
).typeahead(
{
// options
}
);
OSDC13