// Delete review button $(".Delete-Button").dnnConfirm({ text: "Confirm Message", title: "Confirm Title", isButton: true }); $(document).delegate(".Delete-Button", "click", function (e) { if (e.isTrigger) { //Your code here } return false; });
C# VB.Net DOTNETNUKE EntityFramework jQuery Ionic Vuejs