- "~/bootstrap-3.3.6-dist/sweetAlert/sweetalert.css" rel="stylesheet" />
- "~/bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet" />
- swal({
- title: "Are you sure?",
- text: "Are you sure that you want to delete this course " + div + "?",
- type: "warning",
- showCancelButton: true,
- closeOnConfirm: false,
- confirmButtonText: "Yes, delete it!",
- confirmButtonColor: "btn-danger",
- cancelButtonText: "No, cancel !",
- cancelButtonColor: "btn-light"
- },
- function (d1) {
- if (d1) {}
in sweetalert how to change background color in button
that button doest not works how to fix
i want to change color background in button
please how to do
Jignesh KumarPosted Jul 15, 2020, 2:32 AM
Jaimin ShethiyaPosted Jul 15, 2020, 1:33 AM
can you please refer the below link.
https://stackoverflow.com/questions/39837028/sweetalert-change-color-of-button
Jenith ThakkarPosted Jul 14, 2020, 3:22 AM
Try this CSS
Arvind KushwahaPosted Jul 14, 2020, 3:19 AM