2012-05-17 29 views

回答

0
$("#container").notify({ 
    close: function(){ 
     alert("Notification Closed do your work here!"); 
     // code to open another nitification 
    } 
}); 
+0

谢谢Imdad,但我不知道如何添加另一个通知: –