COMP125 Assignment 6
COMP125 Assignment 6
Assignment #6
Instructions:
Be sure to read the following general instructions carefully:
Academic Integrity
PLAGIARISM is an Academic Offence
Doesn't help you learn the course material
Giant waste of your time and mine
Causes mark penalties and transcript annotations
Client-Side Web Development COMP125
Specifications
1. Investigate how to use the $.ajax() method in JQuery to make asynchronous requests
2. Create an HTML document called assignment6.html that implements the following when a
button is clicked
a. Uses the JQuery method $.ajax to get data from:
https://jsonplaceholder.typicode.com/users
b. Displays the results in the body of the page
3. The following screen captures shows the expected output before and after the button is clicked
Program:
Client-Side Web Development COMP125
Output: