如何在html到内容更新后向sweetalert添加更多html?

时间:2018-02-13 22:40:35

标签: sweetalert2

我之前看到你可以编辑sweetalert的html部分,但现在已经改为内容而不是原始的html。有没有办法回到使用HTML或其他方式添加输入。我在另一篇文章中看到,最好只使用一个模态。

https://github.com/sweetalert2/sweetalert2/issues/451这里是html的指南。

1 个答案:

答案 0 :(得分:1)

您正在使用SweetAlert2。

纯HTML选项仍然存在。 使用方法如下:

swal({
    title: 'Title',
    html: 'A custom <span style="color: #F8BB86">html<span> message.'
});

Javascript Sweet Alert and html link inside text