jQuery get parent sibling for this element only
问题 I cant figure out how to write this. See my mark up structure, which is repeated multiple times on a page. <div class="module"> <div class="archive-info"> <span class="archive-meta"> open </span> </div> <div class="archive-meta-slide"> </div> </div> As you can see inside my mark-up, I have a <span> which is my $metaButton - when this is clicked, it runs the animation on the div.archive-meta-slide - this is simple enough, but I'm trying to run the animation only on the current div.module it