Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 11>lesson 8

<!doctype html>
<html>
<head>
<title>Using External JS Library</title>
</head>
<body>
<div id="myDiv">Hello Studytonight!</div>
<script src="#given url"></script>

<script>
// change text of div
$("#myDiv").text("Welcome to Studytonight!");
</script>
</body>

</html>
by

2 Answers

sam5epi0l
Hi, I think you haven't added script src (jquery js file url) provided in instruction.
AmosGloria
hello Spoorthy, please how did you pass level 9, lesson 9 of JS course? I'm stuck on it

Login / Signup to Answer the Question.