Answers

Question and Answer:

  Home  JQuery User Interface

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

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

 252 views

More Questions for you: