Skip to content
Home
About
Saffron
Sustainability
Blog
Branches
Contact
Home
About
Saffron
Sustainability
Blog
Branches
Contact
Home
About
Saffron
Sustainability
Blog
Branches
Contact
Home
About
Saffron
Sustainability
Blog
Branches
Contact
Buy Now
تمرینی
Red Gold
July 27, 2025
Uncategorized
Reading Time: 1 minute
تمرینی
Share This Story
More Golden Reads for You
Red Gold
July 27, 2025
تمرینی
Uncategorized
Reading Time: 1 minute
Red Gold
July 27, 2025
Anuga 2021
Exhibitions
Reading Time: 1 minute
jQuery(document).ready(function($) { let closeTimer; const closeDelay = 200; // رویداد ورود ماوس به کانتینر ماشه $(document).on('mouseenter', '.hover-pop1', function() { clearTimeout(closeTimer); const popupId = $(this).attr('data-popup-id'); if (popupId && popupId == '2823') { elementorProFrontend.modules.popup.showPopup({ id: popupId }); } }); // رویداد خروج ماوس از کانتینر ماشه $(document).on('mouseleave', '.hover-pop1', function() { closeTimer = setTimeout(function() { // نسخه اصلاح شده و صحیح تابع closePopup elementorProFrontend.modules.popup.closePopup(); }, closeDelay); }); // رویداد ورود ماوس به خود پاپآپ $(document).on('mouseenter', '.elementor-popup-modal[data-id="2823"]', function() { clearTimeout(closeTimer); }); // رویداد خروج ماوس از خود پاپآپ $(document).on('mouseleave', '.elementor-popup-modal[data-id="2823"]', function() { closeTimer = setTimeout(function() { // نسخه اصلاح شده و صحیح تابع closePopup elementorProFrontend.modules.popup.closePopup(); }, closeDelay); }); });