Which is the correct jQuery selector to select all even table rows?
Options:
Explanation:
The <span class="w3-codespan">$("tr:even")</span> selector is used to select all even table rows.
Tags:
jQuery
Answer:
Which is the correct jQuery selector to select all even table rows $("tr:even").