This notification just includes text.
Close this notification clicking on close button.
Visually indicate how long before a toast expires.
Add button to force clearing a toast, ignoring focus.
Immediately remove current toasts without using animation.
Remove current toasts using animation.
You can define via showDuration
what amount of time will it take to show a message.
You can define via hideDuration
what amount of time will it take to hide a message.
You can define via timeout
for what amount of time in milliseconds a message is visible.
You can also create a sticky message by setting the timeout
to 0
.
Use the jQuery show/hide
method of your choice. These default to fadeIn/fadeOut
. The methods fadeIn/fadeOut
, slideDown/slideUp
, and show/hide
are built into jQuery.