prev().prev() !== prevAll('.eq(1)') ??
hi guys.
just a short question. is prev().prev() not the same as prevAll('.eq(1)')?
ive got a $('#xx).prev().prev() works but $('#xx).prevAll('eq(1)') not (the $('#xx') result in multiple results).
i jst ask cause normaly i just use next when i want teh very next element and dislike chaining via next().next() - i think it looks better the way with nextAll('eq()').
greetings
Stefan