Which is the correct jQuery selector to select all odd table rows?
Options:
Explanation:
The
$("tr:odd") selector is used to select all odd table rows.
Tags:
jQuery
Answer:
Which is the correct jQuery selector to select all odd table rows $("tr:odd").