Showing 1 – 1 of 1 replies
lalits2002

This is a Heading', 'success'); is not […]

lalits2002
4 years ago
Hello Team,

this.$swal('Heading', 'this is a Heading', 'success'); is not working could you please check for the issue in the template?
SeanTheme
SeanTheme SELLER
4 years ago
Hi Lalits2002,

You might need to include the plugins correctly and make sure the plugins has been included after the jQuery files include.
After that, run this.$swal(.....); inside the document.ready function.

e.g
$(document).ready(function() {
this.$swal('Heading', 'this is a Heading', 'success');
});

Best Regards,
Sean.