Skip to content

Instantly share code, notes, and snippets.

@gvost
gvost / index-typeahead.html
Last active August 29, 2015 14:27
A simple implementation of twitter-typeahead to include images (or other additional data to results) in this example there images and state codes.
<!DOCTYPE HTML>
<html>
<head>
<title>type</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet" />
<style>
.thumbnail {
width: 20px;
display: inline-block;
margin-right: 10px;