Skip to content

Instantly share code, notes, and snippets.

@alfredobarron
Last active August 29, 2015 14:06
Show Gist options
  • Save alfredobarron/0f5da6454e7023091cd4 to your computer and use it in GitHub Desktop.
Save alfredobarron/0f5da6454e7023091cd4 to your computer and use it in GitHub Desktop.
// Confirmation
$.smkConfirm({text:'Are you sure?', accept:'Accept', cancel:'Cancel'}, function(e){if(e){
// Code here
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment