Creative UI/UX Designers Question:
How to apply css in odd childs of parent node using JQuery library?

Answer:
$("tr:odd").css("background-color", "#bbbbff");
Previous Question | Next Question |
How to apply css in even childs of parent node using JQuery library? | Explain dollar Sign ($) means in JQuery? |