i tried to do exactly the same to my list but i really cant find the appropriate way! So if you can please help..
I have this template
<ul class="list-unstyled">
[groups]
<li><h4>[group_title]</h4>
<ol>
[posts]
<li>
[title]
</li>
[/posts]
</ol>
</li>
[/groups]
</ul>
the id of my post list is 585 i replace it in the above javascript code but nothing changed
here is the link of my site with the w4 postlist being on the right side.( Scroll for a bit.) What i want is when i click the year to expand all the post and when i click it again all the post must hide .. At the start no posts must be on sight . Only the years.
i don’t know if it is too much to ask but any help would be appreciated!!