Question:Which of the following selector is used to select only form elements?
A $(":input") B $("input[type=*]") C $(":input[type*=]") D $(":input[type]")
+ AnswerA
+ Report