Skip to content

Instantly share code, notes, and snippets.

@Richienb
Created June 23, 2019 00:21
Show Gist options
  • Select an option

  • Save Richienb/7ea53f3b334bae2b5fc1ba866f650370 to your computer and use it in GitHub Desktop.

Select an option

Save Richienb/7ea53f3b334bae2b5fc1ba866f650370 to your computer and use it in GitHub Desktop.
Light JQuery Alternative

Example usage

Instead of

document.querySelector("body").innerHTML

do

$("body").innerHTML
if (!window.$) window.$ = document.querySelector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment