Css – JS how to target a div inside of the clicked div
Kind of a special case of this: Change CSS of the clicked element. If I have some divs like this: <div class="parent"> <div class="child"></div> </div> <div class="parent"> <div class="child"></div> </div> I know I can assign a function to each parent…