{
"info": {
"author": "Jonny Gerig Meyer",
"author_email": "jonny@oddbird.net",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent"
],
"description": "jQuery html5accordion plugin package for Django\n===============================================\n\ndjango-html5accordion adds JS support to expand/collapse any content, like\nHTML5 details/summary elements. It can be called on any element, and accepts\noptions to set the selector for the ``summary`` contents that should always\nremain visible (and act as the link to expand/collapse the hidden content),\nthe speed of the slideUp/Down animation, the class to be added when the\n``details`` element is expanded, selectors for elements within ``summary``\nthat should not trigger the expand/collapse, and callback fns.\n\nDependencies\n------------\n\n- `jQuery`_ library\n\n.. _jQuery: http://jquery.com/\n\n\nInstallation\n------------\n\nIn your Django project settings, add \"html5accordion\" to your INSTALLED_APPS.\n\n\nUsage\n-----\n\nLinking the JS::\n\n \n\nSample HTML::\n\n \n \n
This content will always be visible
\n \n
\n
This content will expand/collapse when `.summary` is clicked