有人知道如何让 JSon 建议在点击时关闭吗?
我正在使用这个 json 建议框
我想知道是否有一种包含选项以使其在用户单击其他位置时关闭的方法?
否则,除非用户选择某些内容,否则建议框将永远不会关闭。
或者还有另一个我可以使用的建议框吗?基本上我的数据都是json格式的。
抱歉,如果这个问题听起来很懒,但我认为如果有其他 json 建议用户,他们也可能会欣赏这一点。
更新:
我的一位高级开发人员想出了这个::)
$(document).click(function() {
$(".jsonSuggestResults").hide();
});
i'm using this json suggest box
and i was wondering if there's a way to include an option to make it close when the user click on somewhere else?
else right now unless the user select something, the suggest box will never close.
Or is there another suggest box out there that i can use? basically my data are in json format.
sorry if this question sounds lazy, but i think if there's other json suggest users, they might appreciate this too.
Updates:
One of my senior developer came up with this: :)
$(document).click(function() {
$(".jsonSuggestResults").hide();
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道您的主要问题,因为它正在处理给出的链接,但如果您正在寻找类似的东西,请尝试 jqueryui自动完成
don't know your primary problem because it's working on the link givin but if you are looking for something similar, try jqueryui autocomplete