0

我需要编写一些不显眼的 javascript 代码来显示 jquery gritt 消息。我需要在创建时显示它

<p id="notice"></p>

我页面中的元素

这是创建 te grutter 对话框的代码:

$.gritter.add({
    title: 'The title',
    text: notice text here...,
    class_name: 'gritter-success'
});     
4

0 回答 0