Skip to content

Instantly share code, notes, and snippets.

@YuukiToriyama
Created March 13, 2020 08:17
Show Gist options
  • Save YuukiToriyama/5c9f0f6625fac26202b69436bff28664 to your computer and use it in GitHub Desktop.
Save YuukiToriyama/5c9f0f6625fac26202b69436bff28664 to your computer and use it in GitHub Desktop.
The fundamental of jQuery
const $ = (id) => {
return document.getElementById(id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment