ksylvest/jquery-growl

jquery-growl: Close Event

MarcelVe opened this issue · 1 comments

Hi Kevin, the sample below don't do what i'm expecting.

var growl = $.growl({ title: "Growl", message: "The kitten is awake!" });
var callback = function() {
window.location = "/";
};
growl.dismiss(callback);

What I need is that after the close, by clicking the "x" or by the delay, the page be redirected.

Again, my english is not so good, sorry.

Thank you.

This isn't currently supported. Pull requests would be welcome.