[Rt-commit] r4125 - in rt/branches/3.5-TESTING: . html/NoAuth/js

Jesse Vincent jesse at bestpractical.com
Mon Nov 21 16:01:04 EST 2005


> +++ rt/branches/3.5-TESTING/html/NoAuth/js/util.js	Mon Nov 21 15:58:42 2005
> @@ -1,3 +1,7 @@
> +function e(id) {
> +    return document.getElementById(id);
> +}
> +

For future-compatibility, would it make more sense to use $(id) like
prototype.js? 


More information about the Rt-commit mailing list