eq

abbr.

equation balance; equipment equipment; equalization equalization; equate equalization

jquery eq() selector syntax

Function::eq() selector selects elements with the specified index value. Index values start at 0, and all first elements have an index value of 0 (not 1). Often used in conjunction with other elements/selectors to select elements with a specific sequence number in a specified group (as in the example above).

Syntax:$(":eq(index)"

Parameters:index Required. Specifies the index value of the element.

jquery eq() selector example

    

Welcome to My Homepage

My name is Donald

I live in Duckburg

My best friend is Mickey

Who is your favourite:
  • Goofy
  • Mickey
  • Pluto
Run instance »

Click the "Run instance" button to view the online instance