jQuery Mobile Question:

What is eq()?

Tweet Share WhatsApp

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.

Download jQuery Mobile PDF Read All 77 jQuery Mobile Questions
Previous QuestionNext Question
Can you please explain the difference between parent() and parents() methods in jQuery?What is get()?