0% found this document useful (0 votes)
17 views3 pages

COMP125 Assignment 6

Assignment 6

Uploaded by

Pratik Nepal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views3 pages

COMP125 Assignment 6

Assignment 6

Uploaded by

Pratik Nepal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Client-Side Web Development COMP125

Assignment #6

Name: Pratik Nepal


Student ID: 301422520

Instructions:
Be sure to read the following general instructions carefully:

 This Assignment should be completed individually by all the students.


 Update this document “Assignment Document” the following way:
a. Under the question place a screen capture of your programs
b. Under the question place a screen capture of the output of the programs
 You must submit the following in the assignment drop box:
a. Zipped folder containing all your *.js and *.html files
b. The updated assignment documents
 Grade Rubrics:
a. Code compiles, runs and provides the expected output 30%
b. Code Structure & Design 40%
c. Testing 30%
 You might be asked to demo your solutions in-person.
 100% of your mark could be based on your in-person demo of the solution.

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:

You might also like