-
Which method is not used for filtering in jQuery?
-
- eq()
- last()
- first()
- next()
- None of these
Correct Option: D
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.