HTML5 Details Polyfill

Adds fallback support for the HTML5 <details> and <summary> elements in browsers that don't support them.

Author:Joe Anzalone (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.4.2
Plugin version:1.0
Added to WordPress repository:16-09-2012
Last updated:16-09-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:4
Plugin URI:
Total downloads:1 624
Active installs:70+
plugin download
Click to start download

Adds fallback support for the HTML5 <details> and <summary> elements in browsers that don't support them using Mathias Bynens' <details>/<summary> jQuery plugin.

Once the plugin is activated on your site, the following HTML should work in all modern browsers, even if they don't natively support the <details> and <summary> elements:

<details>
  <summary>Click for more info...</summary>
  This is where you'd add the additional content that won't be seen until the "summary" is clicked.
</details>

ChangeLog