Creative UI/UX Designers Question:

How to apply css in odd childs of parent node using JQuery library?

Creative User Interface UX Interview Question
Creative User Interface UX Interview Question

Answer:

$("tr:odd").css("background-color", "#bbbbff");


Previous QuestionNext Question
How to apply css in even childs of parent node using JQuery library?Explain dollar Sign ($) means in JQuery?