有人知道如何让 JSon 建议在点击时关闭吗?

发布于 2024-08-28 07:57:41 字数 446 浏览 5 评论 0原文

我正在使用这个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

带刺的爱情 2024-09-04 07:57:41

不知道您的主要问题,因为它正在处理给出的链接,但如果您正在寻找类似的东西,请尝试 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文