mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 642 forks source link

Differents messages alert on differents pages ! #181

Open Twimmcook opened 7 years ago

Twimmcook commented 7 years ago

Hello,

I did not understand everything. If I put the javascript code in my custom.js file, the alert message runs on all my pages with same message. If I want a different alert message following the actions and on different pages, how do I do it? For example, I have a page to add an item, so I need a successful message, in another page I make updates, so I need a successful message with a different message ... same for deleting items ... For each page, the message must be different !!

Than you very much.

mouse0270 commented 6 years ago

You really should have something call the notify in which you pass in your message. This shouldn't be static code run on page load.