Hi i have this:
Code:
$("#fname").parents("ul:eq(0)").children("li[class=description]").animate({fontSize: "16px"}, 1000);
Anyone know why it wont work yet this will??
Code:
$("#fname").parents("ul:eq(0)").children("li[class=description]").css("color", "red");