私のJgrowlコードは次のとおりです。
$(document).ready(function() {
$.jGrowl("<strong>Error!</strong><br />An invalid ID was passed and your template could not be loaded", { sticky: true, theme: 'test' });
});
そして、JgrowlCSSの私のCSSは次のとおりです。
.test{
background-color: #000000;
}
しかし、それはそのCSSをボックスに適用していません。私はおそらくテーマオプションを誤用していますが、それに関する多くのドキュメントを見つけるのに苦労しています。