if (confirm("Press a button!")) { console.log("Accepted") } else { console.log("Declined") }
$.alert({ title: 'Alert!', content: 'Simple alert!',});