Expand and Hide a section
Hello,
I created a Expand/Hide toggle for my About Me section. I used the following codes below. How do I make it to default the About Me section to Hide first instead of Expand?
Attached is an example.
Attached is all the codes for the page.
<div class="app-box" id="about-me">
<div class="app-box-menu toggle">
<a class="app-box-menu-icon" href="javascript: void(0)" onclick="joms.apps.toggle('#about-me');"></a>
</div>