You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a simple HTML page.
At load time, the page will request the JSON data using AJAX and populate a simple table.
To get started, use only basic JS, HTML, and CSS.
The text was updated successfully, but these errors were encountered:
created && uploaded index.html, about.html, stylesheet.css, and jScript.js. I also went ahead and included some simple JSON data to parse. We need to load onto devHost to test if the AJAX function I wrote is working correctly, due to cross-source restrictions. You cannot load off of your local machine with AJAX, it must be from a server.
Some help with getting files to the correct location on the devHost would be appreciated.
Create a simple HTML page.
At load time, the page will request the JSON data using AJAX and populate a simple table.
To get started, use only basic JS, HTML, and CSS.
The text was updated successfully, but these errors were encountered: