/ Published in: JavaScript
Slim down the size of your javascript by using these custom functions.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function gd(e) { return document.getElementById(e); } function gs(e) { return document.getElementById(e).style; } function gv(e) { return document.getElementById(e).value; } function dw(i) { return document.write(i); }
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=11