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, howard chen <[EMAIL PROTECTED]>: > 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 > [email protected] > http://jquery.com/discuss/ > -- -- Paul Bakaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
