Language selection

Search

Details/summary polyfill (expandable/collapsible content)

The HTML5 details and summary elements are used to provide expandable/collapsible content. This component adds support for these elements in browsers that do not already have native support.

Examples

Code

<ul class="list-unstyled">
	<li>
		<details>
			<summary>Example 1</summary>
			...
		</details>
	</li>
	<li>
		<details open="open">
			<summary>Example 2</summary>
			...
		</details>
	</li>
	...
</ul>
Report a problem on this page
Please select all that apply:

Thank you for your help!

You will not receive a reply. For enquiries, please contact us.

Date modified: