Question:What do you mean by JQuery selector $("a[@rel]")?
A Selects all elements matched by <a> that have a rel attribute.
B Selects all elements matched by <a> that do not have a rel attribute.
C Selects all elements matched by <a> that have a @rel attribute.
D Selects all elements matched by <a> that do not have a @rel attribute.
+ AnswerA
+ Report