Skip to content

Instantly share code, notes, and snippets.

View chr-di's full-sized avatar

chr-di chr-di

View GitHub Profile
@chr-di
chr-di / oxygen-accordion-in-repeater.js
Last active June 15, 2021 01:52 — forked from yankiara/oxygen-accordion-in-repeater.js
Use Oxygen Composite Accordion inside a repeater
//** Put Main Codeblock before repeater **//
//** Oxygen Composite Elements Settings Section **//
//** Edit the variables below to change the behavior of the element. **//
var closeOtherToggles = true; // Set this to true to close all other accordions when an accordion is expanded.
//** That's it, stop editing! **/
jQuery(document).ready(function(){
// Expand the content when row is clicked.