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

Resources on JavaScript Properties, Methods, Events #30

Closed ebeshero closed 3 years ago

ebeshero commented 3 years ago

Events to “listen” for with event listeners: https://www.w3schools.com/jsref/dom_obj_event.asp

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