slt, je veux utiliser le système de notification pnotify dans mon application mais je n'y arrive pas
je ne vois pas l'erreur, j'utilise bootstrap et j'ai inclus PNotify 2.0Code:
1
2
3
4
5
6
7
8
9 if(data="ok"){ var myStack = {"push":"top"}; new PNotify({ title: "Over Here", text: "Check me out. I'm in a different stack.", addclass: "stack-custom", stack: myStack }); }