WordPress   

Do something when specific elementor modal appears

$(document).on('elementor/popup/show', (event, id, instance) => {
	if ( id === 4203 ) {
		console.log("done");
	}
});
Need a helping hand in fixing your website issues?

If you are facing any problems in implementing these code snippets and tutorials, you can hire us to fix your website issues.

Hire Us