<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<img src="https://cdn1.iconfinder.com/data/icons/IS_CMS/128/publish.png" class="pull-right" alt="">
<h2>
TEST typeahead.js with JSON
</h2>
TB 3, removed the old typeahead, and this is how you can do it in 3. Seems very tricky.
<hr>
<input type="text" class="typeahead form-control" placeholder="Location">
<hr>
<input type="text" class="fake-hidden form-control" placeholder="fake hidden" disabled>
</div>
</div>
</div>