Skip to content
Advertisement

Tag: accordion

Open one accordion section at a time. (Svelte)

I’d like to ask someone who can figure out how to allow this accordion component to open only one section at a time. It means that if a new accordion is open the previous one has to close automatically. In the ideal situation, this function could be optional for specific accordions. Thank you for your time. Accordion.svelte app.svelte Answer For

Accordion Experiencing jQuery Issue

I am currently working on a HTML dropdown with Accordion & jQuery. For example in the snippet below, I have AU Controls with different levels. I want to organize parent rows with the level rank, and then the appropriate controls under each Level Parent row. UPDATE: I have figured out the nesting issue and was able to fix that. Now

Advertisement