Creative UI/UX Designers Question:

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

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

Answer:

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


Previous QuestionNext Question
Can we apply css in last child of parent using JQuery library?How to apply css in odd childs of parent node using JQuery library?