gpt4 book ai didi

jquery - 使用 JQuery UI 错误实现 CSS 自动完成 Uncaught TypeError : this. source is not a function

转载 作者:行者123 更新时间:2023-11-28 04:04:44 24 4
gpt4 key购买 nike

我正在使用 Materialise CSS 库,其中有一个选项可以制作 autocomplete dropdown (你可以在页面末尾找到它)

如果我尝试使用它,当我输入内容时它会显示此错误

Uncaught TypeError: this.source is not a function
at t.(anonymous function).(anonymous function)._search (http://localhost/imgup/js/jquery-ui.min.js:2345:101)
at t.(anonymous function).(anonymous function)._search (http://localhost/imgup/js/jquery-ui.min.js:139:77)
at t.(anonymous function).(anonymous function).search (http://localhost/imgup/js/jquery-ui.min.js:2341:175)
at t.(anonymous function).(anonymous function).search (http://localhost/imgup/js/jquery-ui.min.js:139:77)
at t.(anonymous function).(anonymous function). (http://localhost/imgup/js/jquery-ui.min.js:2337:74)
at i (http://localhost/imgup/js/jquery-ui.min.js:302:62)

我搜索了这个问题,但没有找到任何有用的答案

这是我的 Materialise CSS - HTML 代码

<input type="text" id="autocomplete-input" class="autocomplete">

这是自动完成的javascript

$('input.autocomplete').autocomplete({
data: {
"Apple": null,
"Microsoft": null,
"Google": 'http://placehold.it/250x250'
},
limit: 20, // The max amount of results that can be shown at once. Default: Infinity.
onAutocomplete: function(val) {
// Callback function when value is autcompleted.
},
minLength: 1, // The minimum length of the input for the autocomplete to start. Default: 1.
});

还有一些屏幕截图表明我在错误日志下方出现错误

控制台错误: Error in console

正在发生的文件错误 - 1: Error in file that is occurring - 1

正在发生的文件错误 - 2: Error in file that is occurring - 2

正在发生的文件错误 - 3: Error in file that is occurring - 3

正在发生的文件错误 - 4: Error in file that is occurring - 4

正在发生的文件错误 - 5: Error in file that is occurring - 5

我该如何解决这个问题?请帮助我

最佳答案

您使用的是哪个版本的 jQuery/Materialize?查看这支笔的工作位置:

http://codepen.io/anon/pen/RpBRjJ

您是否将 jQuery 代码包装在 $(document).ready() 之类的东西中?

关于jquery - 使用 JQuery UI 错误实现 CSS 自动完成 Uncaught TypeError : this. source is not a function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43018022/

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