General Instructions
Use your site on the Lourdes DMS Domain to submit your files. Transfer your code files to the server, and then submit the URL of the specific page to the Assignments tool in Canvas.
Assignment Instructions
Create a new code page, a new css file, and a new js code page and...
- demonstrate the use of the following types of jQuery events:
- keyboard event
- mouse event
- form event
- window/document event
- at least 1 of the above should be an event that was not explicitly covered in the tutorial.
For this assignment...
- you may not use files created previously for another assignment
- you may apply any jQuery methods you wish for demonstration purposes (recommended: .addClass, .removeClass, .css)
Evaluation Criteria
To successfully complete this assignment, your code must
- function properly with sound HTML, CSS, and JS/jQuery code
- demonstrate the types of events indicated in the instructions
- demonstrate at least 1 event not mentioned in the tutorials
- be free of coding errors