-------- Original-Nachricht -------- Datum: Fri, 6 Oct 2006 08:12:51 -0700 Von: "Laurent Yaish" <[EMAIL PROTECTED]> An: [email protected] Betreff: [jQuery] jQuery and Prototype
> Hi Folks, > > First of all thank you John for writing jQuery. I've read the wiki page > regarding using jQuery and prototype together and couldn't get it to work > reliably. I did load prototype first but ended up going through the > jQuery source code > and renamed $() to JQ(). > It would be kind of cool if the $ function could be renamed via a > configuration setting It should be enough to change this line: var $ = jQuery; to something else, like var JQ = jQuery. But this won't solve the problem that most plugins use the $ alias instead of jQuery. -- Jörn PS: http://jquery.com/dev/bugs/bug/253/ -- GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist! NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
