reply
const $ = (s, e = document) => e.querySelector(s)
I recently had to upgrade from jQuery 2 to the latest version, because an client demanded it (security issues), and just ran into compatibility issues with third party libs/plugins.
reply