WEEK: 9
Active: March 9th - March 15th
Work Due: March 23th @ 11:59 PM

Hands On Activities

AJAX and jQuery Exercise to try

Additionally, we can do something hands on right here

Things to try:

  1. Change the text in the div tag using jQuery.
  2. Chain two or more jQuery commands together and apply it to the div tag
  3. Create a callback function and call that function from a jQuery function like fadeOut or fadeIn.
  4. Read in a file in jQuery called bikeInfo.txt and display it in the div tag
    1. Use this as the path: https://github.com/Montana-Media-Arts/441-WebTech-Spring2020-Examples/blob/master/Week%209/bikeInfo.txt
  5. Read in a file in jQuery called bike.json and display it in the div tag
    1. Use this as the path: https://github.com/Montana-Media-Arts/441-WebTech-Spring2020-Examples/blob/master/Week%209/bike.json

Previous section:
Next section: