Bootstrap modals for alert() and confirm().
alert()alert("Push the button.");
alert("a message", "a title");
alert.original("Oldschool.");
confirm()confirm("Ok?", function(result) {
console.log(result);
});
confirm("Ok?", "Title", function(result) {
console.log(result);
});
confirm.original("Ok?", function(result) {
console.log(result);
});
bower install bootstrap-simple-prompts
Download the file from Github