💬 WhatsApp 📞 Call Now

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One Response

Leave a Reply to A WordPress Commenter Cancel reply

Your email address will not be published. Required fields are marked *

document.addEventListener("click", function(e) { const selectEl = e.target.closest(".mf-input select"); if(!selectEl) return; if (!jQuery(selectEl).parent().length) return; // Safe check jQuery(selectEl).select2({ dropdownParent: jQuery(".mf-form-wrapper"), width: "100%" }); });