Skip to content

Instantly share code, notes, and snippets.

@BartlomiejSkwira
Created May 7, 2013 08:23
Show Gist options
  • Select an option

  • Save BartlomiejSkwira/5531067 to your computer and use it in GitHub Desktop.

Select an option

Save BartlomiejSkwira/5531067 to your computer and use it in GitHub Desktop.
Confirmation popup in JavaScript
var answer = confirm("Are you sure?")
if (answer){
..
}
else{
..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment