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 selectors:
- HTML tag
- id
- class
- pseudo-selector (e.g. :hover, :even, :first-of-type etc.)
- in addition, demonstrate the use of at least 1 selector that was not explicitly covered in the tutorials for this module.
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 selectors indicated in the instructions
- demonstrate at least 1 new selector (not mentioned in the tutorials)
- be free of coding errors