Skip to content

Instantly share code, notes, and snippets.

@clusteramaryllis
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save clusteramaryllis/72f9c2ea58cff53d1375 to your computer and use it in GitHub Desktop.

Select an option

Save clusteramaryllis/72f9c2ea58cff53d1375 to your computer and use it in GitHub Desktop.
autocomplete main file
<head>
<!-- other header code -->
<!-- this bootstrap stylesheet only for experiment, -->
<!-- you don't have to include this stylesheet -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/bootstrap/3.0.3/css/bootstrap.min.css" />
<!-- according to typeahead.js site, -->
<!-- need jquery version 1.9.1 and above -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>
<body>
<!-- other body code -->
<!-- include bootstrap and moment.js only in my experiment, -->
<!-- you don't have to include these libraries -->
<script src="//cdn.jsdelivr.net/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/momentjs/2.5.0/moment.min.js"></script>
<!-- main library -->
<script src="//cdn.jsdelivr.net/typehead.js/0.9.3/typeahead.min.js"></script>
<!-- main templating engine -->
<script src="//cdn.jsdelivr.net/hogan.js/2.0.0/hogan.min.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment