question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue: Target the same element with multiple jQuery selectors - won't RUN

See original GitHub issue

Challenge Name

https://www.freecodecamp.com/challenges/target-the-same-element-with-multiple-jquery-selectors

Issue Description

I’ve refreshed the browser, cleared the code and every time I try to RUN it - nothing happens. I’m fairly certain my code is correct, but it just won’t RUN and so I cannot get credit for completion.

Browser Information

  • Browser Name, Version: Chrome Version 55.0.2883.87 m
  • Operating System: Windows 7 Home Premium SP1
  • Mobile, Desktop, or Tablet: Laptop

Your Code

 
 
 

Screenshot

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
CapnRichardcommented, Jan 15, 2017

Case SeNsiTivE - DOH! thanks

On Sun, Jan 15, 2017 at 7:49 AM, Timo notifications@github.com wrote:

Hi @CapnRichard https://github.com/CapnRichard! As @OFFLlNE https://github.com/OFFLlNE mentioned, there are some issues with your code that prevent it from running. @OFFLlNE https://github.com/OFFLlNE gave some good hints on how to pass the tests. Another thing to keep in mind is that Javascript is case-sensitive, meaning that contrary to HTML, where you put upper and lower case letters matters.

As also mentioned before, if you have trouble passing a challenge, the help rooms linked above is where you want to go. You can also get there by clicking the “Help” button on the challenge.

Happy coding!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/freeCodeCamp/freeCodeCamp/issues/12529#issuecomment-272696283, or mute the thread https://github.com/notifications/unsubscribe-auth/AX5mYhP3RpndnUcMsZGodvSLkQA3_Aklks5rSiPjgaJpZM4LjvnU .

0reactions
texas2010commented, Feb 24, 2017

@Johnishaya Please do not post your solution on here. You could help people at FreeCodeCamp Chat Room or Forum. GitHub Issues are for reporting bugs on the website only.

Happy Coding!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Target the Same Element with Multiple jQuery Selectors - Guide
Target the Same Element with Multiple jQuery Selectors Solutions Solution 1 (Click to Show/Hide) <script> $(document).ready(function() ...
Read more >
Target the same element with multiple jQuery Selectors BUG ...
Challenge Waypoint: Target the same element with multiple jQuery Selectors has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1; rv:39.0) ...
Read more >
Target the Same Element with Multiple jQuery Selectors
In this jQuery tutorial we target the same element with multiple jQuery selectors. ... Your browser can't play this video.
Read more >
Target the same element with multiple jQuery Selectors - Snakify
Target the same element with multiple jQuery Selectors. Now you know three ways of targeting elements: by type: $("button") , by class: $(".btn")...
Read more >
Multiple Selector (“selector1, selector2, selectorN”) - jQuery API
This multiple expression combinator is an efficient way to select disparate elements. ... Finds the elements that match any of these three selectors....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found