TRIVIA
Breathtaking content starts from your own experience, not only exploring others's thoughts
Think of the text as the starting point for your own words.

Как в раскрывающихся блоках (аккордеонах) раскрывать всегда только одну вкладку в Tilda

Как выполнили данный пример для блока TX16N:

1. Создали блок TX16N
2. Добавили скрипт на страницу в блок ДРУГОЕ►Т123

<script>
$( document ).ready(function() {
     $(".t585__header").addClass('itsclose');
     $(".t585__header").click(function() { 
        $(this).removeClass("itsclose");
        $(".t585__header.t585__opened.itsclose").click();
        $(this).addClass("itsclose");
     }); 
});
</script>
Made on
Tilda