$(document).on('click', '.confirmSubmission', function() {

return confirm("Are you absolutely sure? This cannot be undone.");

});