Question:Which of the following selector is used to select all elements that have no children?
A $(":empty*") B $(":empty") C $("empty") D $(":empty?")
+ AnswerB
+ Report