"bootstrap-sweetalert"
Bootstrap 3.2.0 Snippet by Fullzero

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>SweetAlert for Bootstrap</title> <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> <script src="http://code.jquery.com/jquery-2.1.1.js"></script> <!-- This is what you need --> <script src="https://lipis.github.io/bootstrap-sweetalert/lib/sweet-alert.js"></script> <link href="https://lipis.github.io/bootstrap-sweetalert/lib/sweet-alert.css" rel="stylesheet"> <!--.......................--> </head> <body> <div class="container"> <div class="row"> <div class="col-sm-2 text-center"> <p><button class="btn btn-primary sweet-3" onclick="_gaq.push(['_trackEvent', 'example', 'try', 'sweet-3']);">Try It</button></p> </div> </div> </div> <script> document.querySelector('.sweet-3').onclick = function(){ swal("Good job!", "You clicked the button!", "success"); }; </script> </body>

Related: See More


Questions / Comments: