Computer Science, asked by lincyrenji58001, 11 months ago

How to access index of an element in jQuery?

Answers

Answered by omegads04
0

The j query eq ( ) method is used to get an element with a specific index of the selected HTML element . we can give either positive or negative integer value as index. The index of the first element of the matched element is 0.

Similar questions