1.

Which method is not used for filtering in jQuery?(a) next()(b) first()(c) eq()(d) last()I got this question in my homework.Enquiry is from Essential JavaScript and jQuery in division HTML Tables, Javascript & Jquery Basics of HTML

Answer»

The correct choice is (a) NEXT()

Easy EXPLANATION: The BASIC filtering methods are EQ(), not(), FILTER(), last() and first(). The first element is returned by first() method, last element is returned by last() method, the specific index number of element is returned by eq() method.



Discussion

No Comment Found

Related InterviewSolutions