Created
November 7, 2025 09:01
-
-
Save kkarpieszuk/7aeb0d76161cd49fa4879f75e53179e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery('.elementor-item.elementor-item-anchor').on('click', function(e) { | |
| var close = document.querySelectorAll('.elementor-element-3f362a1 a.elementor-icon'); | |
| close.forEach(function(btn) { | |
| btn.click(); | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment