/ Published in: JavaScript
Saves you calling document.getElementById() every time to want to access an element.
Expand |
Embed | Plain Text
function get(elmnt) { return document.getElementById(elmnt); }
You need to login to post a comment.
