<ul>
<li>
<h2 class=”toggleme”><?=$Reihe2[‘title’]?></h2>
<p><?=$Reihe2[‘description’]?></p>
</li>
</ul>
$(“.toggleme”).on(“click”, function(event){$( this ).next().toggle();});
<ul>
<li>
<h2 class=”toggleme”><?=$Reihe2[‘title’]?></h2>
<p><?=$Reihe2[‘description’]?></p>
</li>
</ul>
$(“.toggleme”).on(“click”, function(event){$( this ).next().toggle();});