gpt4 book ai didi

javascript - Toastr js 添加批准/不批准按钮

转载 作者:行者123 更新时间:2023-11-29 16:12:25 32 4
gpt4 key购买 nike

我正在尝试将 Toastr js 设置为某种对话框按钮。

我只需要在我的 Toastr 消息上有一个“批准”和一个“反对”按钮

toastr.options = {
"closeButton": true,
"debug": false,
"positionClass": "toast-bottom-left",
"onclick": null,
"showDuration": "1000",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
toastr.info("Do you wish to continue");

有人知道这是否可行或知道任何其他允许我这样做的脚本吗?

请注意

我知道这可以用 Modal 来完成,但我想尝试避免它。

最佳答案

当然。您可以将任何您想要的 HTML 添加到 toast,然后将事件处理程序连接到它。有关详细信息和示例,请参阅演示。 http://codeseven.github.io/toastr/demo.html

关于javascript - Toastr js 添加批准/不批准按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24428529/

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