gpt4 book ai didi

jquery-ui - jQuery UI 对话框 : how to close dialog when click outside?

转载 作者:行者123 更新时间:2023-12-04 09:37:01 24 4
gpt4 key购买 nike

docs我没有看到这样的信息。

在这种情况下,可以选择关闭对话框:

1)按Esc;

2) 单击对话框中的“确定”或“关闭”按钮。

但是如果单击外部如何关闭对话框?

谢谢!

最佳答案

我在 ryanjeffords.com 上找到了解决方案:

<script type="text/javascript">

$(document).ready(function() {

$("#dialog").dialog();

$('.ui-widget-overlay').live("click",function(){
$("#dialog").dialog("close");
});
});
</script>

关于jquery-ui - jQuery UI 对话框 : how to close dialog when click outside?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8306547/

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