Last Updated: July 12, 2018
·
907
· doercreator

90% of the usefulness of jquery with one line of code

This is it:

function get(id) { return document.getElementById(id); }

You're welcome.