Skip to content

zzazzz/accordion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Accordion

Simple Accordion done in Vanilla JS.

Usage

  1. Paste right before your page's closing </body> tag:
<script type="text/javascript" src="accordion.js"></script>
  1. Minimum HTML to make it work:
<div class="accordion">
    <h2>Title here</h2>
    <div><!-- HTML here --></div>
    <h2>Title here</h2>
    <div><!-- HTML here --></div>
    <h2>Title here</h2>
    <div><!-- HTML here --></div>
</div>

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.0%
  • HTML 30.0%
  • JavaScript 28.0%