Created by: pelme
It is hard to use outer accordion-style collapsibles that themselves contains collapsibles.
The data-parent selector that is used to close other collapsibles it a bit coarse and closes all collapsibles, wheter they are the outer or the inner.
This patch adds an optional filter argument that can be used to filter out the specific elements that are part of the accordion, and not its child elements.