I have a delete button that is tied to some comments on a page i have. When you click the delete button i am trying to get a confirm dialog box to pop up asking if you are
May this help someone.
var result = confirm("Are you sure"); return !!result;