Hi using the jQuery function the challenge is to change the element 6 color to Green which would be achieved by this code:
$("#right-well").children("#target6").css("color", "green");
but this above mentioned code isn't working and its accepting this below code instead-
$("#right-well").children().css("color", "green");
I'm also including the screenshot for your reference:

Challenge http://freecodecamp.com/challenges/waypoint-target-the-children-of-an-element-using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible.