django-html5accordion

JS support to expand/collapse content, like HTML5 details/summary elements
Download

django-html5accordion Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Jonny Gerig Meyer
  • Publisher web site:
  • https://github.com/jgerigmeyer/

django-html5accordion Tags


django-html5accordion Description

JS support to expand/collapse content, like HTML5 details/summary elements django-html5accordion is a Django app that adds JS support to expand/collapse any content, like HTML5 details/summary elements. It can be called on any element, and takes as an argument a selector for the summary contents that should always remain visible (and act as the link to expand/collapse the hidden content).Dependencies jQuery library (http://jquery.com/)InstallationIn your Django project settings, add "html5accordion" to your INSTALLED_APPS.UsageLinking the JS:< script src="{{ STATIC_URL }}html5accordion/jquery.html5accordion.js" >< /script >Sample HTML:< article class="details" > < header class="summary" > < p >This content will always be visible< /p > < /header > < div > < p >This content will expand/collapse when `.summary` is clicked< /p > < /div >< /article >Calling the plugin:$('.details').html5accordion('.summary'); Requirements: · Python · Django


django-html5accordion Related Software