BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
groupClick: "groupClick", // initialize the groupclick event function groupClick(sender) { // define the groupclick event //Here you can get the clicked button id var btnId,target=$(sender.target); var rbnButton= target.parents('.e-ribbonbtn') if (target.hasClass('e-ribbonbtn')) btnId = target.attr('id'); else if (rbnButton.length > 0) btnId = rbnButton.attr('id'); } |