gpt4 book ai didi

javascript - 如何添加 notyjs 短信的链接

转载 作者:行者123 更新时间:2023-11-28 01:51:16 25 4
gpt4 key购买 nike

我一直在尝试在使用 notyjs ( http://needim.github.io/noty/ ) 发送的消息中添加链接。我不想使用通知按钮,只想使用链接。

var n = noty({text: 'Hi there click, <a href="http://somehere.com">here</a> to continue'});

问题是消息与链接一起显示,但是当我单击时。它什么也不做。

有什么想法吗?谢谢

最佳答案

默认情况下,noty 在单击容器中的任意位置时关闭。为了防止这种情况,您应该更改 closeWith 参数。修改后的代码如下。

var n = noty({text: 'Hi there click, <a href="http://somehere.com">here</a> to continue',closeWith:['button']});

JS fiddle :http://jsfiddle.net/nGDvU/

关于javascript - 如何添加 notyjs 短信的链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19680143/

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