stanlemon/jGrowl

Different position on same request not available =(

Closed this issue · 1 comments

Hello,

i find sad that i can not different positions on the same request make!

An sample:
2 notifications on top-left without sticky...
and one on 'center' as sticky but the plugin create not own instances for the positions so comes all only on the same psotion wo is the first notification printed =(

Best regards Stefan

Hi Stefan, you must setup unique 'containers' and use the $.fn.jGrowl() method to raise them if you want to have multiple positions for notifications. In source there is an example of how to accomplish this.