Hello! I have this section that is dynamically added to a page in
Wordpress with Advanced Custom Fields if needed as many times as the
layout asks. I originally only had one of these sections on the page and
it worked great but now I have the issue that when there are two or more
of these sections added all the slideDown/slideUp act on click of any of
the buttons. I have been looking for a way to utilize .next() or
.closest() but not finding the solution so that the closest div class of
.layer--content_slide_out will slide down/up and not all of them. Here
is my HTML code: