<ul id="someList"> <li id="listItem1">List 1</li> <li id="listItem2">List 2</li> </ul>
Maybe I need to clear my selectors, but how would you grab the first ul # someList id?
Also, if I add LI to ul # someList, will I need to capture the first LI identifier in a different way?
source share