I have this:
first second third fourth
Use :eq() Selector. For for example, for second element use:
$("ul li:eq(1)");