Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery eq() Method

jQuery eq() Method

 

 

The eq() method is used to return an element with a specific index number of the selected elements. It starts at 0, so the first element will have the index number 0 and not 1.

 

Syntax:-

 

Its syntax is:- $(selector).eq(index)

 

Further Explanation:-

 

Parameter Description
index Required. Specifies the index of the element.

Code Explanation

All Tutorials related to jQuery Traversing

All Sections related to Jquery