My Calendar
Events in February 2025
- There are no events scheduled during these dates.
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");
});
});