$(function() { $('#delete').click(function() { return confirm("Are you sure you want to delete " + window.SI.email + "?") }) })