JQuery potwierdź Usuń maskę
// Confirmation Message On Delete Button.
$('.close').click(function() {
return confirm('Are You Sure ?')
});
Defiant Dotterel
// Confirmation Message On Delete Button.
$('.close').click(function() {
return confirm('Are You Sure ?')
});