How to drill down with jQuery?
- by Timothy Reed
I'm new to jQuery so sorry if this sounds stupid but I'm having truble drilling down to other elemnts. Paticularly I want to fade in the .menu li a:hover class with jquery.
.menu {
padding:0;
margin:0;
list-style:none;
}
.menu li {
float:left;
margin-left:1px;
}
.menu li a {
display:block;
height:44px;
…