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.

After entering the code as the lesson describes I receive a dead page symbol; once i run tests it is non responsive

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/57.0.2987.133 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

github_iconTop GitHub Comments

7reactions
g30vcommented, Apr 13, 2017

I had this problem - a hard refresh cleared the issue

0reactions
Ziron99commented, May 20, 2017

Had same problem, CTRL + F5 also worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

tuesdays with morrie questions Flashcards - Quizlet
Morrie explains to Mitch that when the disease reaches his lungs, he will be fast approaching death. Morrie demonstrates a breathing test that...
Read more >
Educator's Guide: Summer of the Mariposas - Vamos a Leer
When Odilia and her four sisters find a dead body in the swimming hole, they embark on a hero's journey to return the...
Read more >
Teacher Instructions
The two play a life-and-death game that results in only one survivor. ... When Zaroff discovers him, “Rainsford did not want to believe...
Read more >
PISA RELEASED ITEMS - READING - OECD
Use the information about Lake Chad on the opposite page to answer the ... Code 1: Explains point of view by referring to...
Read more >
RANGER HANDBOOK
Remaining personnel were consolidated into the 475th Infantry Regiment ... One in nine of this gallant brotherhood died on the battlefields of Korea....
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