Skip to content

Instantly share code, notes, and snippets.

@flyingluscas
Created October 15, 2017 19:10
Show Gist options
  • Save flyingluscas/f848e990ec74ef9aced464cff6cf0b3a to your computer and use it in GitHub Desktop.
Save flyingluscas/f848e990ec74ef9aced464cff6cf0b3a to your computer and use it in GitHub Desktop.
Sweetalert Example
swal({
title: 'Bom trabalho!',
text: 'O seu pedido foi cadastrado com sucesso!',
icon: 'success',
button: 'Imprimir',
})
.then(function () {
window.location.href = '/cadastro/servico'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment