<divid="popup">CONTENT</div><script>$("#popup").kendoPopup({activate:function(e){/* The result can be observed in the DevTools(F12) console of the browser. */console.log(e.sender.element[0]);}}).data("kendoPopup").open();</script>
<divid="popup">CONTENT</div><script>$("#popup").kendoPopup();var popup =$("#popup").data("kendoPopup");
popup.bind("activate",function(e){/* The result can be observed in the DevTools(F12) console of the browser. */console.log(e.sender.element[0]);});
popup.open();</script>