bootstrap-notify
bootstrap-notify copied to clipboard
Bootstrap alert system made better, builds off of bootstrap-alert.js
Greetings and Regards The demo page is not available!
```javascript $('.top-right').notify({note: $(this)}); ```
package.json allow to install via NPM, it could be good to have it.
Which exact license are you using? I can only use it if it's GPL.
i create a notify message like ``` javascript var notifyContainer = $('.top-right'); var message = notifyContainer.notify({ message: { html: "some html stuff here" }, fadeOut: { enabled: false }, closable:...
install via bower
Hello, If you use https, the demo page is not working. It uses a secure protocol (https) and all the include files are in non-secure protocol (http). Modern browsers does...
Any plan to support bootstrap 3? or just lack of demo
Add css classes to alert via default settings.