I have the following HTML:
<div id="mydiv">
<div class="myclass"></div>
</div>
I want to be able to use a selector that selects the inside div, but specific for the mydiv …
Please see this fiddle.
I am trying to add and remove a class on li elements that are clicked. It is a menu and when one clicks on each li item I want it to gain the class and all …