Answers for "sweet alert bootstrap"

0

sweet alert bootstrap

swal("Good job!", "You clicked the button!", "error")
Posted by: Guest on April-29-2021
0

sweet alert bootstrap

swal("Thank you!", "We will get back to you if required", "success");
Posted by: Guest on December-02-2020
0

sweet alert bootstrap

Swal.fire({  icon: 'success',  title: 'Oops...',  text: 'Something went wrong!',  footer: '<a href>Why do I have this issue?</a>'})
Posted by: Guest on November-02-2020
0

sweet alert bootstrap

Swal.fire(  'Good job!',  'You clicked the button!',  'success')
Posted by: Guest on November-02-2020
0

sweetalert to small bootstrap

.swal2-popup {
  font-size: 1.6rem !important;
}
Posted by: Guest on May-06-2021
-1

jquery sweet popup

$.sweetModal({
	title: 'HTML Content',
	content: 'You can place <b>anything</b> <i>you</i> want in here.'
});
Posted by: Guest on August-08-2020

Browse Popular Code Answers by Language