bootstrap display alerts code example
Example 1: bootstrap 4 success alert
This is a primary alert with an example link. Give it a click if you like.
This is a secondary alert with an example link. Give it a click if you like.
This is a success alert with an example link. Give it a click if you like.
This is a danger alert with an example link. Give it a click if you like.
This is a warning alert with an example link. Give it a click if you like.
This is a info alert with an example link. Give it a click if you like.
This is a light alert with an example link. Give it a click if you like.
This is a dark alert with an example link. Give it a click if you like.
Example 2: bootstrap Alerts Additional content Dismissing
Holy guacamole! You should check in on some of those fields below.
Enable dismissal of an alert via JavaScript:
$('.alert').alert()
$().alert('close')
$().alert()
$().alert('dispose')
Events
close.bs.alert
closed.bs.alert