gpt4 book ai didi

javascript - 如何隐藏 Jquery UI 对话框上的按钮

转载 作者:数据小太阳 更新时间:2023-10-29 05:03:05 26 4
gpt4 key购买 nike

<分区>

我一直在使用 JQuery UI 对话框。我正在使用以下代码。谁能告诉我如何在单击后隐藏“导出”按钮

$( "#dialog-confirm1" ).dialog({
resizable: false,
height:350,
width:650,
modal: false,
autoOpen:false,
buttons: {
"Export": function() {
exportCSV(2);


},
Cancel: function() {
$( this ).dialog( "close" );
}
}
});

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