Issue: Target the same element with multiple jQuery selectors - won't RUN
See original GitHub issueChallenge 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:
- Created 7 years ago
- Comments:11 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Case SeNsiTivE - DOH! thanks
On Sun, Jan 15, 2017 at 7:49 AM, Timo notifications@github.com wrote:
@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!