我无法理解为什么这不起作用。没有错误它只是没有显示我的选项。
<input id="hello" class="form-control" type="text">
<script src="~/lib/jquery/dist/jquery.js"></script>
<script src="~/lib/typeahead.js/dist/typeahead.bundle.js"></script>
var subjects = ['PHP', 'MySQL', 'SQL', 'PostgreSQL', 'HTML', 'CSS', 'HTML5', 'CSS3', 'JSON'];
$('#hello').typeahead({ source: subjects })
答案 0 :(得分:1)
检查小提琴:
[https://jsfiddle.net/413dg2o2/][1]
我在html和javascript文件中做了一些更改。请查看网址https://twitter.github.io/typeahead.js/了解更多详情。