Answers

Question and Answer:

  Home  JQuery User Interface

⟩ How can we apply css in last child of parent using JQuery library?

$(”tr:last”).css({backgroundColor: ‘yellow’, fontWeight: ‘bolder’});

 255 views

More Questions for you: