Challenge Target a Specific Child of an Element Using jQuery has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
html
```
Hi there!
It looks like you may want to ask for help in the chat rooms or message board! There is a way to do this, so keep trying and ask for help if you get stuck!
Cheers!
Solving that problem wasn't the problem, it's the concept.
But thanks I think I have figured it out and I also used the chat rooms and
even wrote back what I thought is the satisfactory answer.
But I still think the language used in the question is not appropriate.
What u should be telling is to target the 2nd child of class 'target'
rather then class 'well'
On Fri 23 Jun, 2017, 6:14 PM Jonathan, notifications@github.com wrote:
Hi there!
It looks like you may want to ask for help in the chat rooms or message
board! There is a way to do this, so keep trying and ask for help if you
get stuck!Cheers!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/freeCodeCamp/freeCodeCamp/issues/15496#issuecomment-310655409,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYgFGbbG0Ub66Qtq8mXnAEa24iL7d-37ks5sG7NEgaJpZM4ODdXM
.
I am having trouble seeing the wording that you are. Could you copy and paste the actual wording on the challenge and maybe we can change it? What I see is this:
Make the second child in each of your well elements bounce. You must target the children of element with the target class.
@Shikhargupta1 I believe you make a good point, I just completed the challenge, and had to read the last bit of instructions maybe 3-4x times to understand that it needed to be rewritten from:
"Make the second child in each of your well elements bounce. You must target the children of element with thetarget class."
to the following
"Make the second child with class of target in each of your well elements bounce."
@jonathanihm @Shikhargupta1 do you think is this more readable?
NOTE: the challenge does pass with the targets or selections ".well .target" or ".target" :+1:
I see what is being said now and I see the ambiguity. I agree there needs to be a wording change.
Hey @jonathanihm github first thing in the morning :) i would like to work this PR
Sounds good! Also, you may want to consider including wording regarding the well class as well so we know what the parent of the child is. Maybe something like this:
"Make the second child of every .well target bounce. You will want to target children elements using the target class"
very nice :+1: will do