Skip to content

Instantly share code, notes, and snippets.

@jharding
Created February 19, 2013 06:18
Show Gist options
  • Save jharding/4983527 to your computer and use it in GitHub Desktop.
Save jharding/4983527 to your computer and use it in GitHub Desktop.
$('.example-countries .typeahead').typeahead({
name: 'countries',
prefetch: '../data/countries.json',
limit: 10
});
@coolpesh
Copy link

Hi,

Quick question, how do you add a row at the end after the bind is complete? I have added a search box for people name and display only 5 by default, i want to add an option at the end that says "get all records".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment