bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

Differents messages alert on differents pages !

Open Twimmcook opened this issue 7 years ago • 1 comments

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.

Twimmcook avatar Oct 01 '17 08:10 Twimmcook

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.

mouse0270 avatar Aug 06 '18 17:08 mouse0270