Javascript Dialog Box Confirm Code Example


Example 1: jquery confirmation dialog example


$("#complexConfirm").confirm({
title:"Delete confirmation",
text:"This is very dangerous, you shouldn't do it! Are you really really sure?",
confirm: function(button)
{
alert("You just confirmed.");
},
cancel: function(button)
{
alert("You aborted the operation.");
},
confirmButton: "Yes I am",
cancelButton: "No"
});

Example 2: javascript alert


alert(varible);

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable