gpt4 book ai didi

Javascript, jquery 错误 TypeError : $(. ..).autocomplete is not a function

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:23:48 26 4
gpt4 key购买 nike

我已经查看了与上述类似的问题,但没有一个有帮助。

这是我的脚本

<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script type="text/javascript" src="network.json"></script>
<script type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> </script>
<link type="text/css" href="http://code.jquery.com/ui/1.9.1/themes/smoothness/jquery-ui.css" rel="stylesheet" />

<body>
<link href="ajs_network1.css" rel="stylesheet" type="text/css" />
<script src="ajs_network1.js" type="text/javascript"></script>

</body>

这是尝试调用 JQuery 的函数

$(function () {
$("#search").autocomplete({
source: optArray
});
});

由于某种原因它提出了错误

TypeError: $(...).autocomplete is not a function.

我猜我对脚本做错了什么?

最佳答案

by just adding this link reference my issue was resolved

<script async src="//code.jquery.com/ui/1.10.1/jquery-ui.min.js"></script>

关于Javascript, jquery 错误 TypeError : $(. ..).autocomplete is not a function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27105163/

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