JQuery UI Question:
Download Job Interview Questions and Answers PDF
How can we apply css in odd childs of parent node using JQuery library?
Answer:
$(”tr:odd”).css(”background-color”, “#bbbbff”);
Download JQuery User Interface Interview Questions And Answers
PDF
Previous Question | Next Question |
How can we apply css in even childs of parent node using JQuery library? | What does dollar Sign ($) means in JQuery? |