Question:To find all sibling elements in front of the current element you should use ?
A prevAll([selector]) B siblings([selector]) C prevSibling([selector]) D current([selector])
+ AnswerA
+ Report