jQuery(document).ready(function($){$(".open-popup").on("click",function(e){e.preventDefault();var popupID=$(this).data("popup");if(popupID){elementorProFrontend.modules.popup.showPopup({id:popupID})}})});