Q:

sweet alert bootstrap

<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
2
swal("Thank you!", "We will get back to you if required", "success");
0
Swal.fire({  icon: 'success',  title: 'Oops...',  text: 'Something went wrong!',  footer: '<a href>Why do I have this issue?</a>'})
0
Swal.fire(  'Good job!',  'You clicked the button!',  'success')
0
$.sweetModal({
	title: 'HTML Content',
	content: 'You can place <b>anything</b> <i>you</i> want in here.'
});
-1

New to Communities?

Join the community