Home › Forums › WoodMart support forum › Accordion tabs closed (single product description , etc) › Reply To: Accordion tabs closed (single product description , etc)
August 4, 2018 at 3:23 pm
#71123
piannikov
Participant
For some reason this code does not work.
I wrote this snippet:
setTimeout(function() {
document.getElementsByClassName('woodmart-accordion-title')[0].click();
}, 2000);
I think that it will not work correctly, in some cases.