2012-05-17 21 views

回答

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

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