我真的很喜歡Noty plugin但我不知道我怎麼能傳遞一些文本到它。我怎麼能通過文本從div到諾蒂jQuery插件
I`ve得到如下的提示信息標記:
<div class="flash-messages">
<div class="flash-message notice">Signed out successfully.</div>
</div>
要noty使用我可以簡單地調用:
var noty = noty({text: 'noty - a jquery notification library!'});
但我怎麼能傳遞從.flash消息文本到文本諾伊的選擇? 我也想要.notice .error類來操作noty樣式。
非常感謝提前!