I have this:
first second third fourth
you can use nth-child
nth-child
$("ul li:nth-child(2)") //this will select second child because it is 1 based index
here is a fiddle http://jsfiddle.net/xyyWh/