0

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?

abdul wadood
  • 139
  • 1
  • 1
  • 5

1 Answers1

1

I got it

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

});

abdul wadood
  • 139
  • 1
  • 1
  • 5