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

2007-02-12 Thread Klaus Hartl
Paul Bakaus schrieb: > All major plugins use jQuery instead of $ because of these issues. If > you have found a plugin that still uses the Dollar sign, check if you > have an up-to-date version and if yes, try to inform the author of the > plugin, point him to the plugins help pages on docs.jquery.

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

2007-02-12 Thread Paul Bakaus
All major plugins use jQuery instead of $ because of these issues. If you have found a plugin that still uses the Dollar sign, check if you have an up-to-date version and if yes, try to inform the author of the plugin, point him to the plugins help pages on docs.jquery.com. -Paul 2007/2/12, howar

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

2007-02-12 Thread howard chen
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