Tagged Questions

0
votes
2answers
7k views

Mootools - Targeting child elements with an .each selector

I'm trying to target a UL that's inside a LI and I'm having trouble. Here's the HTML: <ul id="main_nav"> <li class="main"><a href="#">Section 1</a> <ul ...