newtfire / digitProjectDesign-Hub

shared repo for DIGIT 400: Digital Project Design class at Penn State Erie, The Behrend College
Creative Commons Zero v1.0 Universal
12 stars 2 forks source link

JavaScript Resources on Events/Event Listeners + Methods for reaching HTML elements #66

Open ebeshero opened 2 years ago

ebeshero commented 2 years ago

Events to “listen” for with event listeners: https://developer.mozilla.org/en-US/docs/Web/Events

How many methods to access HTML elements? (JavaScript "Get" Methods for the DOM): https://www.w3schools.com/js/js_htmldom_elements.asp

Handy ready reference for working on JavaScript over HTML: https://www.w3schools.com/js/js_htmldom.asp