6
我Jgrowl代碼: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' });
});
和我的Jgrowl CSS CSS是:
.test{
background-color: #000000;
}
但它不應用該CSS的盒子。我可能會濫用主題選項,但我正努力在其上找到大量文檔。