0
down vote
favorite
I am using Bootstrap 3 which it have Notification, I want that notification with a custom JS function in which I will pass message as a parameter then that message will display in the notification.
Below is the sample notify example which will show message on Button click:
<button type="button" data-toggle="notify" data-message="Message with status.." data-options="{"status":"danger"}" class="btn btn-danger">Danger</button>