Hands On Activities
AJAX and jQuery Exercise to try
Additionally, we can do something hands on right here
Things to try:
- Change the text in the div tag using jQuery.
- Chain two or more jQuery commands together and apply it to the div tag
- Create a callback function and call that function from a jQuery function like fadeOut or fadeIn.
- Read in a file in jQuery called bikeInfo.txt and display it in the div tag
- Use this as the path: https://github.com/Montana-Media-Arts/441-WebTech-Spring2020-Examples/blob/master/Week%209/bikeInfo.txt
- Read in a file in jQuery called bike.json and display it in the div tag
- Use this as the path: https://github.com/Montana-Media-Arts/441-WebTech-Spring2020-Examples/blob/master/Week%209/bike.json