确定否。 Jquery 自动完成返回的记录数
我们怎么知道没有。 jquery ui 自动完成返回的记录数?当自动完成不返回任何数据时(未找到匹配项时),我需要执行一些客户端逻辑。我如何知道自动完成功能是否返回数据(未找到匹配项时)?
问候 萨拉尤
How do we know the no. of records returned by jquery ui autocomplete? I need to perform some client side logic when autocomplete doesn't return any data(when no match found). How do I know whether autocomplete returns data or not(when no match found)?
Regards
Sarayu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要这样的东西:
在您的处理程序中使用 newton json 序列化器 以 json 形式返回数据:
You need something like this:
Return data as json using newton json serializer at yours Handler: