Wolfram Rösler wrote:
> 
> 
> Hello,
> 
> does anyone have an example how to use jGrowl's "theme" option? I want
> to use display error messages in red and tried the following:
> 
> $.jGrowl('My error message',{theme: 'jgError'});
> 
> with the following in my css file:
> 
> .jgError
> {
>   color: red;
> }
> 
> but it didn't work. I am obviously doing something wrong here. Does
> anyone have an example of how to do it right?
> 
> Thanks for your help
> W. Rösler
> 
> 
try

 $.jGrowl.defaults.theme = 'jgError';
 $.jGrowl('My Error Message');
-- 
View this message in context: 
http://old.nabble.com/How-to-use-jGrowl%27s-%22theme%22-option--tp19371573s27240p26736411.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to