Notification
Simple Toastr Label
You can use four different alert info, warning, success, and error message.
Simple Toastr Alerts
You can use four different alert info, warning, success, and error message.
Jquery Toast Plugin
simples:
$.toast('Here you can put the text of the toast')
Padrão:
$.toast({
heading: 'Information',
text: 'Loaders are enabled by default. Use `loader`, `loaderBg` to change the default behavior',
icon: 'info',
loader: true, // Change it to false to disable loader
loaderBg: '#9EC600' // To change the background
})
Alert with different color
use the class alert alert-*colors* for dezier
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.
Dissmissal Alert
add the button with close class
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.
Alert with image / icon
add the image / icon before content
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.
Alert with rounded corner
add the alert-rounded class to the alert
This is an example top alert. You can edit what u wish.
This is an example top alert. You can edit what u wish.