gpt4 book ai didi

javascript - 如何在sweetalert中获取编辑后的文本

转载 作者:行者123 更新时间:2023-12-02 23:36:26 24 4
gpt4 key购买 nike

我有一个方法要求用户编辑文本,

swal({
text: "Edit your Task",
content: {
element: "input",
attributes: {
value: data,
}
},
buttons:{
cancel: {
text: 'Cancel',
value: 'cancel'
},
edit:{
text: 'Edit',
value: 'edit'
}
}
}).then((value)=>{
console.log(value);
})

这是我的代码,现在如何在用户单击“确定”按钮时获取更新的输入文本

最佳答案

看看文档,https://sweetalert.js.org/guides/在ajax请求时,您需要在此处询问之前进行搜索

关于javascript - 如何在sweetalert中获取编辑后的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56272688/

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