$(".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>
Exits problems with events of buttons submit fomr
ReplyDelete