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.

why is it not working

See original GitHub issue

Challenge Learn how Script Tags and Document Ready Work 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.96 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<script>
  $(document).ready(function() {
   
  });

</script>


<!-- Only change code above this line. -->

<div class="container-fluid">
  <h3 class="text-primary text-center">jQuery Playground</h3>
  <div class="row">
    <div class="col-xs-6">
      <h4>#left-well</h4>
      <div class="well" id="left-well">
        <button class="btn btn-default target" id="target1">#target1</button>
        <button class="btn btn-default target" id="target2">#target2</button>
        <button class="btn btn-default target" id="target3">#target3</button>
      </div>
    </div>
    <div class="col-xs-6">
      <h4>#right-well</h4>
      <div class="well" id="right-well">
        <button class="btn btn-default target" id="target4">#target4</button>
        <button class="btn btn-default target" id="target5">#target5</button>
        <button class="btn btn-default target" id="target6">#target6</button>
      </div>
    </div>
  </div>
</div>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, May 12, 2017

I refreshed the page completely, and then re-submitted and it seemed to work. In the future, If I come across this phenomenon, I’ll switch browsers first.

Thanks!

0reactions
enmcewancommented, May 21, 2017

Doesn’t work on Chrome or Edge. OK on IE (oy)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix an installed Android app that isn't working
Try the following steps if an app installed on your phone has any of these problems: Crashing. Won't open. Won't respond. Isn't working...
Read more >
"Why does it not work" Vs. "Why is it not working"?
Why isn't it working? Why doesn't it work? Both questions mean "What's wrong with it?" or "What is causing it to malfunction?
Read more >
Youtube outages reported in the last 24 hours
Real-time problems and status for Youtube UK. Can't log in? Is the app not working properly? Here you see what is going on....
Read more >
How do I troubleshoot something that's not working on ...
Something might not be loading properly because of settings you or someone else set up. Try searching the Help Center for the issue...
Read more >
10 ways to fix Instagram if it's not working properly
Instagram may not be working properly for a variety of reasons. Most likely, restarting the app or your device and checking if Instagram...
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