$("div").last().css("background", "red");
Best regards, Webmaster http://www.dotnetfunda.com
$("div:last").css("background", "red");
Thank you, Govind
Login to post response