December 2013
Intermediate to advanced
384 pages
9h 54m
English
$("div#content").eq(1); //selects the second element found by the selector
The .eq(index) filter will return the element at a specific index in the jQuery object’s set. The index is zero based, so .eq(1) actually retrieves the second element found by the selector.
Read now
Unlock full access