Accessible, responsive and configurable jQuery folder plugin
-
Include jQuery and dependencies:
<script src="path/to/jquery.min.js"></script> <script src="path/to/jquery.buttonize.min.js"></script>
-
Include plugin's code:
<script src="path/to/jquery.folder.js"></script>
-
Call the plugin:
$('#element').folder({ // config });
Check Releases for detailed changelog.