kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 508 forks source link

Remove Green LoadBar #46

Closed danillo10 closed 6 years ago

danillo10 commented 6 years ago

How to remove it ?

kamranahmedse commented 6 years ago

Just set the loader option to false

$.toast({
    heading: 'Information',
    text: 'Loaders are enabled by default. Use `loader`, `loaderBg` to change the default behavior',
    icon: 'info',
    loader: false        // Change it to false to disable loader
})