I have a code like this:\[code\]<div class="clickme">some text</div><div class="slide">slide</div><div class="slide">slide</div><div class="slide">slide</div><div class="clickme">some text</div><div class="slide">slide</div>\[/code\]The divs with the class slide are hidden, what i want to do is that if the user clicks the div clickme, only the next three (or any number) of divs will slide down to display the content, the same if the user clicks the second clickme div.I'm not able to change the html so I thought that jQuery could be my solution.