ITQAN

My Calendar

February 2, 2025


jQuery(document).ready(function ($) {    $(".elementor-button").on("click", function () {        var buttonValue = $(this).data("data-value");          var popupId = "elementor-popup-modal-9006";        elementorProFrontend.modules.popup.showPopup({ id: popupId });          $("#elementor-popup-modal-9006 select[name='short_course']").val(buttonValue).trigger("change");    }); });