How to access index of an element in jQuery?
Answers
Answered by
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