Return to Snippet

Revision: 27094
at May 21, 2010 14:50 by sevennbsp


Initial Code
$('.delete').click(function (){
   var answer = confirm("Are you sure?");
      if (answer) {
         return true;
      }else{
         return false;
      }
});

Initial URL


Initial Description


Initial Title
jQuery universal delete confirm "are you sure" box

Initial Tags
jquery

Initial Language
jQuery