Skip to content

Instantly share code, notes, and snippets.

@kevin-cantwell
Created September 26, 2010 21:37
Show Gist options
  • Save kevin-cantwell/598336 to your computer and use it in GitHub Desktop.
Save kevin-cantwell/598336 to your computer and use it in GitHub Desktop.
$('a').webmailto(
{
className : 'custom',
callback : function(newWindow) {
// This may not work well in IE, sorry...
newWindow.confirm('Destroy the warp core?');
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment