Write the code for select second last div element?

ANS :- Code for second last div : $("div.questions > div::nth-last-child(2)").css("color", "green");
 <!-- Introduced in CSS3 -->

No comments:

Post a Comment