1.

Write The Code For Select Second Last Div Element?

Answer»

CODE for second last div : $("div.questions > div::nth-last-child(2)").css("color", "RED");

Code for second last div : $("div.questions > div::nth-last-child(2)").css("color", "red");



Discussion

No Comment Found