Collapse accordion on page load
Is there a way to make accordion collapse on page load? Currently t-store__tabs__item_active
loads first.
Using a website builder with no capability of editing html, but can use css, js or jquery.
Javascript Accordion assign classes click event
Currently the class “open” is assigned to the “accordion_container” when it is clicked. So far everything is good. What I want to change is just that this happens when clicking on the “accordion_title” class.
Thanks for your help, I’m a beginner in JS 🙂