Wednesday 23 November 2011

jQuery Confirm Dialog plugin


$(".confirm").easyconfirm();
 $("#alert").click(function() {
  alert("You approved the action");
 });
<a href="#" class="confirm" id="alert">Normal test</a>
 <a href="?confirm=true" class="confirm">Normal test with a link</a>
 <a href="?confirm=true" class="confirm" title="Are you sure you want to click on this link?">Normal test with a link</a>

1 comment:

  1. Exits problems with events of buttons submit fomr

    ReplyDelete

Please Give Your Valuable Comments on this Topic