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

Bootstrap alert system made better, builds off of bootstrap-alert.js

Results 28 bootstrap-notify issues
Sort by recently updated
recently updated
newest added

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:...

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.