[jQuery] parent/parents - children/?
I know this is for Dev, but I have not been approved for that list yet...
parent() - returns one level up
parents() - returns multiple levels up
children() - returns one level down
? - returns multiple levels down
Q: is this a missing feature or is there a reason to not have a function in place of the '?'