Search Results

1
vote
3answers
480 views

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

Hi, 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 Quest …