Question:Which of the following gets the href attribute of "id1"?
A $('#id1).attr('href'); B $('#id1').getAttribute('href'); C $('#id1)[0].attr('href'); D All
+ AnswerA
+ Report