Question:To get a set of elements containing the unique next siblings of each of the given set of elements you should use ?
A find(selector) B nextAll([selector]) C children([selector]) D next([selector])
+ AnswerD
+ Report