gpt4 book ai didi

javascript - 带有示例的基本 Bootstrap 提前输入

转载 作者:太空宇宙 更新时间:2023-11-03 22:41:07 24 4
gpt4 key购买 nike

由于某些原因,基本的预先输入示例在我的任何 Web 服务器上都不起作用,但我能够让它在这里工作 - http://jsfiddle.net/H4Qmh/12/

与 jsfiddle 上发布的代码相比,下面的代码有什么不同或问题吗?你能确认下面的代码对你有用吗? (您应该可以通过键入 h、i 或 s 来查看结果)

<html>
<head>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.js" type="text/javascript"></script>
</head>
<body>
<div class="well">
<input autocomplete="off" type="text" class="span3" data-provide="typeahead" data-items="4" placeholder="Type in letter h, i or s" data-source='["iPhone", "HTC", "Samsung"]' >
</div>
</body>
</html>

最佳答案

我刚刚用 bootstrap typeahead js 文件替换了你的 bootstrap。然后它开始运行。

https://github.com/biggora/bootstrap-ajax-typeahead/tree/master/src

关于javascript - 带有示例的基本 Bootstrap 提前输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43967185/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com