bootstrap-notify
bootstrap-notify copied to clipboard
Differents messages alert on differents pages !
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.
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.