You could always change the selector to chain classes together:
$(".one .three").css("color", "#f00");
This will select any children of the .one
class which have the class .three
You could always change the selector to chain classes together:
$(".one .three").css("color", "#f00");
This will select any children of the .one
class which have the class .three