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?
Asked
Active
Viewed 215 times
1 Answers
1
I got it
jQuery( window ).on( 'jet-popup/show-event/before-show', function () {
});

abdul wadood
- 139
- 1
- 1
- 5