How we can call a custom js function after loading jet-popup

404 Views Asked by At

I am using a jet-popup from jet-engine on a WordPress site. I want to call a custom js function after the popup loads. How i can call this function after the popup loads?

1

There are 1 best solutions below

0
On

I got it

jQuery( window ).on( 'jet-popup/show-event/before-show', function () {

});