Okay, so originally, I had a program where when I clicked on the container, it added the entire container to an array, and then posted it in a sidebar.
Now I want it so when I click a button inside the div, it adds the entire container. Although I seem to have problems getting it working.
At the moment, it add the button to the array because I say .push($(this))
What would I use to add the entire individual div?