I have this:
first second third fourth
The get method returns the DOM element, so then you would have to wrap it inside a new jQuery object.
get
You can use the eq method:
eq
var j = $('ul li').eq(1); // gets the second list item