Is there a way to select a element by index with Javascript or jQuery? For instance:
http://api.jquery.com/eq/
$("div.item").eq(0) will give you the first element.
$("div.item").eq(0)