|
|
@@ -14,7 +14,7 @@
|
|
14
|
14
|
|
|
15
|
15
|
<article>
|
|
16
|
16
|
<h1>Instructions</h1>
|
|
17
|
|
- <p>Us the <code>XMLHttpRequest()</code> to receive the remote json feed from the following website<br>
|
|
|
17
|
+ <p>Use the <code>XMLHttpRequest()</code> to receive the remote json feed from the following website<br>
|
|
18
|
18
|
https://data.sfgov.org/api/views/yitu-d5am/rows.json?accessType=DOWNLOAD
|
|
19
|
19
|
</p>
|
|
20
|
20
|
|
|
|
@@ -36,7 +36,9 @@
|
|
36
|
36
|
|
|
37
|
37
|
<section>
|
|
38
|
38
|
<h1>Movie Information</h1>
|
|
39
|
|
- <div id="result"></div>
|
|
|
39
|
+ <div id="result">
|
|
|
40
|
+ <script type="text/Javascript" src="index.js"></script>
|
|
|
41
|
+ </div>
|
|
40
|
42
|
</section>
|
|
41
|
43
|
</body>
|
|
42
|
|
-</html>
|
|
|
44
|
+</html>
|