Question:What does $('tr.rowClass:eq(1)'); return?
A One element set which is the second row of the first table.
B One element set which is the first row of the first table.
C A set of tr tags which have "rowClass:eq(1)" class .
D A set of tr tags which have "eq(1)" class .
+ AnswerA
+ Report