Answers for "dismissible bootstrap alert"

3

bootstrap warning message with close button

<div class="alert alert-success alert-dismissible">
  <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
  <strong>Success!</strong> Indicates a successful or positive action.
</div>
Posted by: Guest on March-29-2021
0

bootstrap dismissible alert not working

<div class="alert alert-warning alert-dismissible" role="alert">
  <span type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></span>
  <strong>Warning!</strong> Still on beta stage.
</div>
Posted by: Guest on December-27-2020

Code answers related to "dismissible bootstrap alert"

Code answers related to "Javascript"

Browse Popular Code Answers by Language