I'm wrote some jquery code to get the click event on the div
inside another div
like this.
<div class="parent">
<div class="values_to_get">
<div class="catch_click_event_here">
</div>
</div>
</div>
So now can someone help me please, I need to get values in the div with class="values_to_get"
when I click on the div
with class="catch_click_event_here"
. I have a list of divs
with class="parent"