Skip to content

Instantly share code, notes, and snippets.

@JodiWarren
Created November 30, 2018 13:02
Show Gist options
  • Save JodiWarren/be53d3032cd961bb44553011045ea218 to your computer and use it in GitHub Desktop.
Save JodiWarren/be53d3032cd961bb44553011045ea218 to your computer and use it in GitHub Desktop.
A one-line jQuery replacement (not really)
const $ = (selector) => Array.from(document.querySelectorAll(selector));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment