You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the HTML structure is very specific and the JavaScript expects that specific structure (see use of .children(), instead of more general .find()). In some cases, other plugins wrap parts of the plugin's HTML with additional elements. This obviously breaks the accordion functionality.
A long term goal would be to decouple the JavaScript from the specific HTML structure, but this will require a much larger overhaul of both the HTML and JavaScript.
add alignment support - Fixphilbuchanan#103
use hidden until-found - Fixphilbuchanan#161
Remove the use of children - Maybe Fixphilbuchanan#117
add resize event dispatch - Fixphilbuchanan#59
revert removal of the button option
use <accordion-item> custom element
add js documentation
requestIdleCallback before window scroll
remove use of "window."
Currently the HTML structure is very specific and the JavaScript expects that specific structure (see use of
.children()
, instead of more general.find()
). In some cases, other plugins wrap parts of the plugin's HTML with additional elements. This obviously breaks the accordion functionality.A long term goal would be to decouple the JavaScript from the specific HTML structure, but this will require a much larger overhaul of both the HTML and JavaScript.
See this issue from the Support Forum for more.
The text was updated successfully, but these errors were encountered: