Skip to content

Instantly share code, notes, and snippets.

@elsapet
Created August 20, 2014 15:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elsapet/5d0ab1aa7329334cbbc2 to your computer and use it in GitHub Desktop.
Save elsapet/5d0ab1aa7329334cbbc2 to your computer and use it in GitHub Desktop.
$('#multiple-datasets .typeahead').on('typeahead:selected',function(event, item, name){
// item is { name: 'Descartes' }
// name is 'philosophers'
var path = name+'/'+item.name;
url = 'http://localhost:3000/'+path;
window.location = url;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment