{ "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

\n
\n
\n\nCalling the plugin::\n\n $('.details').html5accordion();\n\nCalling the plugin with a variety of options explicitly configured to their\ndefault values::\n\n $('.details').html5accordion({\n summarySelector: '.summary', // Selector for summary text\n slideSpeed: 200, // Slide animation speed (ms)\n expandedClass: 'open', // Class added when details are\n // expanded\n ignoredElements: 'button, a, input, label', // Elements within `summary` that\n // will not trigger expand/collapse\n initialSlideSpeed: null, // Slide animation speed (ms) for\n // already-expanded details\n openCallback: null, // Callback fn after open animation\n closeCallback: null // Callback fn after close animation\n });\n\nNote: To expand a ``details`` element on initial load, simply add class\n``open`` (or whatever class is passed as option ``expandedClass``), or add\nattribute ``open``.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jgerigmeyer/django-html5accordion/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-html5accordion", "package_url": "https://pypi.org/project/django-html5accordion/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-html5accordion/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jgerigmeyer/django-html5accordion/" }, "release_url": "https://pypi.org/project/django-html5accordion/0.1.8/", "requires_dist": null, "requires_python": null, "summary": "JS support to expand/collapse content, like HTML5 details/summary elements", "version": "0.1.8" }, "last_serial": 707231, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7ef989e1fbd90bc1ccc29a90a8de9405", "sha256": "51b5b949c827b8693e3e510f4246b8bbaf4f0a76721c99a458e77c699af83851" }, "downloads": -1, "filename": "django-html5accordion-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7ef989e1fbd90bc1ccc29a90a8de9405", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2011-06-27T03:28:36", "url": "https://files.pythonhosted.org/packages/1e/90/d495b18544d6152b719cb8c6756ce0b9ee00e99985064ca3c61635908dfb/django-html5accordion-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4e46b974806f0704699819b55177213d", "sha256": "0fe3bd2c50b08f2368ca400df04ac2cd68afd34439e53ed556a70bfc6bcf5a02" }, "downloads": -1, "filename": "django-html5accordion-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4e46b974806f0704699819b55177213d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4650, "upload_time": "2011-07-06T16:58:43", "url": "https://files.pythonhosted.org/packages/d7/79/e492bfadd8c9f11da58266fd38ea32e2265c7078d1e20162a7e0ac45b8c8/django-html5accordion-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ce08e15efa6a1ed236466b1ac061256f", "sha256": "6e4ad25daed9cb26b17ae265f0f53eef93da85bc3263de5c344872cd20e16f0a" }, "downloads": -1, "filename": "django-html5accordion-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ce08e15efa6a1ed236466b1ac061256f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4671, "upload_time": "2011-07-06T21:50:45", "url": "https://files.pythonhosted.org/packages/d2/da/dd8d0ca143c467d6210e3bc7eb7eea81231d7882ea8fd5cea34b92b54e4a/django-html5accordion-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "dba775306d88e5798149cfd07346898a", "sha256": "d5d684a4b4e4d41a07434f5fa17fe42ac35c2461409cd6c4cd68d994feb60264" }, "downloads": -1, "filename": "django-html5accordion-0.1.4.tar.gz", "has_sig": false, "md5_digest": "dba775306d88e5798149cfd07346898a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5886, "upload_time": "2011-07-08T20:26:31", "url": "https://files.pythonhosted.org/packages/59/60/73434376c5e72881665bed828a5e3c6a28cabcb7e681a4b483b1c233ad7a/django-html5accordion-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "f594c907f05529276116ba8982067a84", "sha256": "a4c0025d44474417d88065db069551dba7e4e54c74d57c0814953c5d6df4be78" }, "downloads": -1, "filename": "django-html5accordion-0.1.5.tar.gz", "has_sig": false, "md5_digest": "f594c907f05529276116ba8982067a84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6000, "upload_time": "2011-07-14T22:12:42", "url": "https://files.pythonhosted.org/packages/54/f2/b7bb5dc653d137093f02832fe9effb5f375c7522f4a8b0b7f9c61fc02d4c/django-html5accordion-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "38c1bf29d274e5c9faab23569a62cec1", "sha256": "3884aacbbb67b93a6e2a9a7b8af4557cd6cdcf31d061e098ea43ae9896843197" }, "downloads": -1, "filename": "django-html5accordion-0.1.6.tar.gz", "has_sig": false, "md5_digest": "38c1bf29d274e5c9faab23569a62cec1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6022, "upload_time": "2011-11-18T01:27:50", "url": "https://files.pythonhosted.org/packages/53/f6/3fb7b9c0d34104f9126ccde1b2631127d5e7da6291fc5307ba3f01ecda8c/django-html5accordion-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "aaf60a9ad949f0e194d397b98daa57cb", "sha256": "d48e4b18176cadf7e11025db0c14c9fbf1e97da8f7ce5f8c5da160fe0ed9fe6d" }, "downloads": -1, "filename": "django-html5accordion-0.1.7.tar.gz", "has_sig": false, "md5_digest": "aaf60a9ad949f0e194d397b98daa57cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5678, "upload_time": "2012-09-27T23:12:40", "url": "https://files.pythonhosted.org/packages/ad/e3/8760071770256539bb4a56c023783362a9a7fe93c2673371caa41157a7c2/django-html5accordion-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "c43cbe160d769a904b379684de476b5b", "sha256": "55f93d01a8da99f3748451cb6177c4c5bd06ce28b107f03f7a8f146ff81fe210" }, "downloads": -1, "filename": "django-html5accordion-0.1.8.tar.gz", "has_sig": false, "md5_digest": "c43cbe160d769a904b379684de476b5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5716, "upload_time": "2012-11-19T16:01:24", "url": "https://files.pythonhosted.org/packages/9e/5e/4a92df85bb3b88f601b04bea7dec4a032891ec27fa1282c4c32278cfb8ff/django-html5accordion-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c43cbe160d769a904b379684de476b5b", "sha256": "55f93d01a8da99f3748451cb6177c4c5bd06ce28b107f03f7a8f146ff81fe210" }, "downloads": -1, "filename": "django-html5accordion-0.1.8.tar.gz", "has_sig": false, "md5_digest": "c43cbe160d769a904b379684de476b5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5716, "upload_time": "2012-11-19T16:01:24", "url": "https://files.pythonhosted.org/packages/9e/5e/4a92df85bb3b88f601b04bea7dec4a032891ec27fa1282c4c32278cfb8ff/django-html5accordion-0.1.8.tar.gz" } ] }