how to call jquery selector from outside kendo window?

I have kendo window with this following code, then how can I select jquery ID: btnValidateConfirmPin from outside kendo window? I also tried with $(document).on(“click” it work but i don’t know how to call $(this) in this event, any methods that could call selector directly from kendo window? // Kendo Window … … //outside kendo