JQuery

At this point on your JavaScript journey, you know how to write code that modifies the page using functions like getElementById() and variables like innerHTML, and by setting event attributes to call functions when the user clicks. You also know how to use JavaScript libraries by loading them into a <script> tag and using the objects and functions they define.


This is a companion discussion topic for the original entry at https://happycoding.io/tutorials/javascript/jquery