Question:Which of the following JQuery function is used to set the plain text contents of all matched elements?
A $(selector).add(val) B $(selector).text(val) C $(selector).html(val) D $(selector).wrap(val)
+ AnswerB
+ Report