typeahead.js无效,控制台中没有错误

时间:2017-01-18 11:29:50

标签: javascript typeahead.js

我无法理解为什么这不起作用。没有错误它只是没有显示我的选项。

<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 })

示例:https://jsfiddle.net/8naL335a/2/

1 个答案:

答案 0 :(得分:1)

检查小提琴:

[https://jsfiddle.net/413dg2o2/][1]

我在html和javascript文件中做了一些更改。请查看网址https://twitter.github.io/typeahead.js/了解更多详情。