Following up on #1754 it looks like prevAll does something the rest doesn't.
I have:
.prevAll(sel1).children(sel2)
.prevAll(sel1).first().children(sel2)
.prevAll(sel1).last().children(sel2)
Both 2. and 3. act like they should. However given the documentation on children (the children of the first selected element) you would expect 1. to act like 2. but it does exactly act like 3.
Edit: tested on both RC9 and RC10
Following up on #1754 it looks like
prevAlldoes something the rest doesn't.I have:
.prevAll(sel1).children(sel2).prevAll(sel1).first().children(sel2).prevAll(sel1).last().children(sel2)Both 2. and 3. act like they should. However given the documentation on
children(the children of the first selected element) you would expect 1. to act like 2. but it does exactly act like 3.Edit: tested on both RC9 and RC10