Skip to content

I have target button4 with id target4 and italicized text by writing $("#target4").html("<i>otherwise unchanged</i>"); but it is telling incorrect #7654

Closed
rahulm6 opened this Issue · 1 comment

2 participants

@rahulm6

Challenge Change Text Inside an Element Using jQuery has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<script>
  $(document).ready(function() {
    $("#target1").css("color", "red");
    $("#target4").html("<i>otherwise unchanged</i>");
  });
</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>
@ltegman
Free Code Camp member

Issue does not describe a problem. Please visit the Help Chat for help and if they confirm you're seeing a bug please file a new issue with a detailed description of your problem and any steps to reproduce the problem. Thanks and happy coding!

@ltegman ltegman closed this
@rahulm6 rahulm6 changed the title from Change Text Inside an Element Using jQuery to I have target button4 with id target4 and italicized text by writing $("#target4").html("<i>otherwise unchanged</i>"); but it is telling incorrect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.