Answers

Question and Answer:

  Home  JQuery User Interface

⟩ How can we apply css in odd childs of parent node using JQuery library?

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

 228 views

More Questions for you: