Files: 10a7a977e04c3ef63a929100bbfc05b280cacd8c / typeahead.html
390 bytesRaw
1 | <script src="javascripts/jquery.min.js"></script> |
2 | <script src="javascripts/typeahead.bundle.js"></script> |
3 | <h2>The Basics</h2> |
4 | <div id="the-basics"> |
5 | <input class="typeahead" type="text" placeholder="States of USA"> |
6 | </div> |
7 | <h2>Using Bloodhound</h2> |
8 | <div id="bloodhound"> |
9 | <input class="typeahead" type="text" placeholder="States of USA"> |
10 | </div> |
11 | <script src="javascripts/ta.js"></script> |
12 |
Built with git-ssb-web