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.
Previous Question | Next Question |
Can you please explain the difference between parent() and parents() methods in jQuery? | What is get()? |