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 issueChallenge 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:
- Created 6 years ago
- Comments:12
Top 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 >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
I had this problem - a hard refresh cleared the issue
Had same problem, CTRL + F5 also worked for me.