[jQuery] Re: Compatibility Mode of jquery library

2009-02-26 Thread hinkel11

Yes, I read this already. However, my problem is that the jquery I
have to change is compressed, i.e. you cannot read the code and you
don't see the '$' characters. Therefore my question if there is
another solution. Thanx.

On 25 Feb., 22:24, James james.gp@gmail.com wrote:
 http://docs.jquery.com/Core/jQuery.noConflict

 On Feb 25, 4:53 am, hinkel11 nemesis1...@gmx.net wrote:

  On my website I want to use a module that uses the Java-Framework
  jquery, together with a plugin that uses the framework mootools.
  However I didn't got them to work. It seems to be due to a conflict
  between namespace and equal functions in the js-files.

  On several pages I read about using thecompatibilitymodeof jquery
  to resolve the problem. Unfortunately is the jquery. js of my module
  compressed so that I can't see the '$' characters that are to be
  replaced.

  Can I use thecompatibilitymodeanyway, is it possible to convert the
  mootools libraries into jquery libraries or is there another solution?
  Thanks in advance.


[jQuery] Compatibility Mode of jquery library

2009-02-25 Thread hinkel11

On my website I want to use a module that uses the Java-Framework
jquery, together with a plugin that uses the framework mootools.
However I didn't got them to work. It seems to be due to a conflict
between namespace and equal functions in the js-files.

On several pages I read about using the compatibility mode of jquery
to resolve the problem. Unfortunately is the jquery. js of my module
compressed so that I can't see the '$' characters that are to be
replaced.

Can I use the compatibility mode anyway, is it possible to convert the
mootools libraries into jquery libraries or is there another solution?
Thanks in advance.