InterviewSolution
Saved Bookmarks
| 1. |
What Is Eq()? |
|
Answer» eq() returns the element as a jQuery object. This METHOD CONSTRUCTS a new jQuery object from one element WITHIN that set and returns it. That means that you can use jQuery functions on it. eq() returns the element as a jQuery object. This method constructs a new jQuery object from one element within that set and returns it. That means that you can use jQuery functions on it. |
|