Du bist nicht angemeldet (anmelden)
Seite 1
Accordion 2.0 ul/li Problem
Ich hab grad Accordion 2.0 beim wickel und habe ein Problem damit.
Ich möchte den toggle in einem ul/li Element nutzen, geht nur nicht. Jemand schon mal damit zutun gehabt?
Ich möchte den toggle in einem ul/li Element nutzen, geht nur nicht. Jemand schon mal damit zutun gehabt?
<ul><li>katze</li><li>hund</li><li class="toggle">maus</li></ul><div class="toggle_content">content, content</div><ul><li>katze</li><li>hund</li><li class="toggle">maus</li></ul><div class="toggle_content">content, content</div
// The classnames to look forclassNames : {// The standard class for the title bartoggle : 'accordion_toggle',// The class used for the active state of the title bartoggleActive : 'accordion_toggle_active',// The class used to find the contentcontent : 'accordion_content'},
