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 with revisiting old challenges

See original GitHub issue

When I go back to previous challenges and repeat them, everything works great until I get the success box, but then it’s not entirely filled out and the button is not clickable to go on. The exercise is already marked complete and I can use the map to go forward, but this has happened several times so it seems like it should be addressed.

I am on a Mac running 10.7.3, using Firefox 47.0

fcc_problem

Challenge Target HTML Elements with Selectors Using jQuery has an issue. User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:47.0) Gecko/20100101 Firefox/47.0. Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:


<script>
  $(document).ready(function() {
    $("button").addClass("animated bounce");
  });
</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 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Bounceycommented, Jun 25, 2016

cc @FreeCodeCamp/issue-moderators

We will monitor this issue, we need more data to be able to diagnose the problem. Please, if it happens again, comment on this issue.

For future reference, you can drag and drop images into the comment box and GitHub will upload it for you 👍

0reactions
raisedadeadcommented, Jul 14, 2016

Closing as stale. Please comment if you are still facing this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

6.5 Problems Facing Older Americans | Social Problems
Discuss the several problems experienced by the US elderly. ... We will revisit the health and financial security of elders a little later....
Read more >
Revisiting the Biomedicalization of Aging: Clinical ... - NCBI
We explore the intensification of the biomedicalization of old age through a ... Other ways of defining aging and conceptualizing its problems and...
Read more >
Revisiting the Age-Prospective Memory Paradox Using ...
The purpose of this study was to investigate the age-PM paradox by addressing several key methodological issues evident in previous research. Overall, strong ......
Read more >
Revisiting the Disadvantaged: Old Lessons and New Problems
1. The causes of the consumer problems of the disadvantaged are multiple and interacting. · 2. The disadvantaged are qualitatively, not just quantitatively, ......
Read more >
Rethinking Age and Aging | PRB - Population Reference Bureau
With advances in health and life expectancy, measuring population aging presents a problem to demographers because the meaning of the number of years...
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