原文:how do I select an id and a child tag with Jquery?
I am trying to select a ul that has an id attribute. It has li tags and within the li tags there are anchor tags. When I mouse out I want the ul and all the elements in it to be hidden. $( #switch-...