当我使用它时,它可以完美运行,
$.growlUI('Growl Notification', 'Have a nice day!');
但是当我用这个替换它时,(它不起作用)
$.blockUI({
message: $('div.growlUI'),
fadeIn: 700,
fadeOut: 700,
timeout: 2000,
showOverlay: false,
centerY: false,
css: {
width: '350px',
top: '10px',
left: '',
right: '10px',
border: 'none',
padding: '5px',
backgroundColor: '#000',
'-webkit-border-radius': '10px',
'-moz-border-radius': '10px',
opacity: .6,
color: '#fff'
}
});
我努力的原因是因为我想改变咆哮的颜色,我可以添加css$.growlUI('
吗?
如果我可以添加fadeIn: 700,
到 uigrowl