Sweet Alert
Sweet Alert is a beautiful replacement for Javascript's "Alert".
Show a basic message to give information to the user or to warn about a potentially damaging operation.
Not enough basic message? Show more information to the user by entering a text below the title
Shows the user a message to warn him that a certain operation is successful.
Shows the user a warning message, with a function attached to the "Confirm" button.
By passing a parameter to warning message, you can execute something else for "Cancel".
If desired, you can make more effective the message by adding a custom icon
Toaster notifications
toastr is a Javascript library for non-blocking notifications. The goal is to create a simple core library that can be customized and extended.
Settings...
Inline Alerts and Notifications
Provide contextual feedback messages for typical user actions with the handful of available and flexible messages.
Alerts
Basic
Wrap any text and an optional dismiss button in
.alert
and one of the four contextual classes (e.g.,
.alert-success
) for basic alert messages.
Use the
.alert-link
utility class to quickly provide matching colored links within any alert.
Notifications
Error!
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
Success!
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
Info!
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
Warning!
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.