[jQuery] Auto-switch between jQuery & document.getElementById

[jQuery] Auto-switch between jQuery & document.getElementById

We have use a lot of document.getElementById() as $() in our codes,
so we don't want to modify them...
and
The jquery document said you can use...to avoid conflict...
jQuery.noConflict();
// Use jQuery via jQuery(...)
jQuery
but the point is...a lot plugins are using this style, so we don't
want to modify them also....
it is possible to write a new $(), so it can redirect to the right
method anyway?
thanks.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/