how to select second element in jquery

JavaScript
$("div:eq(1)");
Source

Also in JavaScript: