Exercise:

Use the correct selector to hide all odd table rows.

Syntax hint: $("element:odd")

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com