我在我的asp.net页面中使用JQuery Autocomplete.当我在文本框中输入内容时,它会在文本框前显示"无搜索结果"消息,并且不显示任何建议.我没有在其他实现中看到"没有搜索结果"消息框.我的代码如下.
var jsonObj = "[{'value':'9a8b581d-1e23-e211-a9a4-00155d01ab06','label':'CCNA'}]";
$('#<%=txtApplicationSkills.ClientID %>').autocomplete({
delay: 0,
source: jsonObj
});
Run Code Online (Sandbox Code Playgroud)
你jsonObj错了.尝试删除""它周围的引号