We are currently using jQuery in only few places, mostly relying on its DOM element selector which is now readily available in form of document.querySelector. This library is significantly increasing our load time and size for very few usages. The following codes need to be refactored not to rely on jQuery: