Tagged Questions

2
votes
3answers
2k views

jQuery nextAll — Click on h-element toggles all p-elements until next h

i'm creating an FAQ page where the answer is toggled by clicking on the question. The question is h3 and the answer is several "p" elements. Like this: <h3>The First Question</h3> ...