Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cagdaskarademir
Created May 26, 2019 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cagdaskarademir/92ef8d932a53269b1656f91ec73eb51c to your computer and use it in GitHub Desktop.
Save cagdaskarademir/92ef8d932a53269b1656f91ec73eb51c to your computer and use it in GitHub Desktop.
Bootbox Plugin Confirm
bootbox.confirm("Kaydı Güncellemek İstediğinizden Emin misiniz?", function(result) {
alert("Sonuç: "+ result);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment