Is there a way to select a element by index with Javascript or jQuery? For instance:
$('div.item:eq(4)');
this code will select the 4th div with .item class