[jQuery] Multiple inclusions of jquery possible?!?

[jQuery] Multiple inclusions of jquery possible?!?


Hi folks:
We use jquery extensively in an application that suddenly needs to
make use of an online ecommerce system that also happens to use
jquery.
This is causing things to break badly, not least because they use
1.2.6 but we have to use 1.3.2 to take advantage of a bugfix, and also
because only some our pages will use the ecommerce includes so even if
we got them to move to 1.3.2 the coding would become a nightmare since
we can;t just assume their's will be there.
As if that weren't bad enough we are also using a couple of jquery
plugins which might have to be modified if we end up bulk-changing the
jquery identifier.
Is there a solution to this?
Thanks!