theme for RDM site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
649 B

2 years ago
### Accordion.JS
---
A free, lightweight jQuery Accordion plugin. It is only ~1KB gzipped. Configurable using direct options and HTML5 data-* attributes.
#### Demo and docs: https://accordion.js.org
#### License: MIT
[![NPM](https://nodei.co/npm/accordionjs.png?compact=true)](https://nodei.co/npm/accordionjs/)
### Changelog:
**2.1.1**
* Github `docs/` update.
* Distribution files moved out from `dist` folder to root folder. No reasons to keep them in `dist`.
* Removed comments from `.jshitrc` because they looks invalid on github.
* Added `.gitignore`
**2.1.0**
* Second major release. Complete code refactoring.