sweet alert 2 com code example
Example 1: swal
Swal.fire({ title: 'HTML example', icon: 'info', html: 'You can use bold text, ' + 'links ' + 'and other HTML tags', showCloseButton: true, showCancelButton: true, focusConfirm: false, confirmButtonText: ' Great!', confirmButtonAriaLabel: 'Thumbs up, great!', cancelButtonText: '', cancelButtonAriaLabel: 'Thumbs down'})
Example 2: jquery sweet popup
$.sweetModal({
title: 'HTML Content',
content: 'You can place anything you want in here.'
});