Remove jQuery dependency

The jQuery library is used to add functionality to vanilla JavaScript. It was once very useful for cross-browser compatibility, and it abstracted a number of things that were difficult in regular JavaScript.

This is no longer the case. We should drop jQuery from our codebase in order to modernize our frontend code and drop a large dependency that we load on every page of the site.

jQuery is in use in a few places:

Edited by Sarah German