Question:Which method is used to insert content after each of the matched elements ?
A after(content) B insertAfter(selector) C prepend(content) D append(content)
+ AnswerA
+ Report