Question:Which method removes all matched elements from the DOM ?
A remove(expr) B empty() C removed() D removeAll([selector])
+ AnswerA
+ Report