Skip to content

Instantly share code, notes, and snippets.

@kkarpieszuk
Created November 7, 2025 09:01
Show Gist options
  • Select an option

  • Save kkarpieszuk/7aeb0d76161cd49fa4879f75e53179e0 to your computer and use it in GitHub Desktop.

Select an option

Save kkarpieszuk/7aeb0d76161cd49fa4879f75e53179e0 to your computer and use it in GitHub Desktop.
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